diff --git a/README.rst b/README.rst
index 326f1d9cc152fb48319c1438f97897e1a3a47df3..768da3df646b6c8ddb2c8ee7d4801d36a995b374 100644
--- a/README.rst
+++ b/README.rst
@@ -112,10 +112,10 @@ Your python may not give priority to locally installed libraries over system
 libraries, in which case you must add your local packages to your python path::
 
     $ # on Linux:
-    $ export PYTHONPATH=$HOME/.local/lib/python2.7/site-packages
+    $ export PYTHONPATH=$HOME/.local/lib/python2.7/site-packages:$PYTHONPATH
 
     $ # on OSX:
-    $ export PYTHONPATH=$HOME/Library/Python/2.7/lib/python/site-packages
+    $ export PYTHONPATH=$HOME/Library/Python/2.7/lib/python/site-packages:$PYTHONPATH
 
 For reliable VoIP calls to be routed via this homeserver, you MUST configure
 a TURN server.  See docs/turn-howto.rst for details.