summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-08-14 17:54:40 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-08-14 17:55:50 +0100
commit3ddfc949dc38eaeb2174e548138b446d77c6070c (patch)
tree7dc2d33feb90ae2c5c03f1909e4c0134da1c3dbc /README.rst
parentUpdate README to mention -w and remove SimpleHTTPServer (diff)
downloadsynapse-3ddfc949dc38eaeb2174e548138b446d77c6070c.tar.xz
manual syutil
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 729df13b12..5ff6fbaab2 100644
--- a/README.rst
+++ b/README.rst
@@ -120,6 +120,10 @@ may need to also run:
     $ sudo apt-get install python-pip
     $ sudo pip install --upgrade setuptools
     
+If you don't have access to github, then you may need to install ``syutil``
+manually by checking it out and running ``python setup.py develop --user`` on it
+too.
+    
 If you get errors about ``sodium.h`` being missing, you may also need to
 manually install a newer PyNaCl via pip as setuptools installs an old one. Or
 you can check PyNaCl out of git directly (https://github.com/pyca/pynacl) and