Browse Source

Update README.rst

Added dependencies and easy install lines
Dave Hurley 6 years ago
parent
commit
c3b4589604
1 changed files with 11 additions and 0 deletions
  1. 11 0
      README.rst

+ 11 - 0
README.rst

@@ -3,6 +3,17 @@ Installation
 
 Dependencies can be installed using setup.py in the same way as synapse: see synapse/README.rst.
 
+    sudo apt-get install build-essential python2.7-dev libffi-dev \
+                         python-pip python-setuptools sqlite3 \
+                         libssl-dev python-virtualenv libjpeg-dev libxslt1-dev
+
+
+    virtualenv -p python2.7 ~/sydent
+    source ~/sydent/bin/activate
+    pip install --upgrade pip
+    pip install --upgrade setuptools
+    pip install https://github.com/matrix-org/sydent/tarball/master
+
 Having installed dependencies, you can run sydent using::
 
     $ python -m sydent.sydent