diff options
author | Matthew Hodgson <matthew@matrix.org> | 2015-01-08 20:38:55 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2015-01-08 20:38:55 +0000 |
commit | 28db5dde4c37ec69449995de40c02b7f4c532746 (patch) | |
tree | 7cab8349892f1996a83ca74d537c47bf3bcfea3e /README.rst | |
parent | spell out that local libs may need to be explicitly given priority (diff) | |
download | synapse-28db5dde4c37ec69449995de40c02b7f4c532746.tar.xz |
oops
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 2be201178f..326f1d9cc1 100644 --- a/README.rst +++ b/README.rst @@ -115,7 +115,7 @@ libraries, in which case you must add your local packages to your python path:: $ export PYTHONPATH=$HOME/.local/lib/python2.7/site-packages $ # on OSX: - $ export PYTHONPATH=$HOME/Library/Python/2.7/lib/python2.7/site-packages + $ export PYTHONPATH=$HOME/Library/Python/2.7/lib/python/site-packages For reliable VoIP calls to be routed via this homeserver, you MUST configure a TURN server. See docs/turn-howto.rst for details. |