diff --git a/NEED/analyse-NEED-EULF-2014-electricity-consumption.do b/NEED/analyse-NEED-EULF-2014-electricity-consumption.do
index 1692045861f33db1435a7642fcf213800fbea621..28e6d4256653cc6f7d3559a7a49409dbec10f003 100644
--- a/NEED/analyse-NEED-EULF-2014-electricity-consumption.do
+++ b/NEED/analyse-NEED-EULF-2014-electricity-consumption.do
@@ -30,6 +30,8 @@ GNU General Public License for more details.
 
 */
 
+* Requires: estout
+
 clear all
 
 capture noisily log close
@@ -37,10 +39,11 @@ capture noisily log close
 set more off
 
 * written for Mac OSX - remember to change filesystem delimiter for other platforms
-global home "~/Documents/Work"
+global home "~"
+
+global dpath "$home/Documents/Work/Data/Social Science Datasets/DECC/NEED/End User Licence File 2014/processed"
 
-global dpath "$home/Data/Social Science Datasets/DECC/NEED/End User Licence File 2014/processed"
-global rpath "$home/Papers and Conferences/RSS-2015/results"
+global rpath "$home/Dropbox/RSS-2015/results"
 
 local version "v1"