summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2015-01-08 20:38:55 +0000
committerMatthew Hodgson <matthew@matrix.org>2015-01-08 20:38:55 +0000
commit28db5dde4c37ec69449995de40c02b7f4c532746 (patch)
tree7cab8349892f1996a83ca74d537c47bf3bcfea3e
parentspell out that local libs may need to be explicitly given priority (diff)
downloadsynapse-28db5dde4c37ec69449995de40c02b7f4c532746.tar.xz
oops
-rw-r--r--README.rst2
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.