Browse Source

Update README.rst

tweak the venv location
Matthew Hodgson 6 years ago
parent
commit
911b2b75bd
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.rst

+ 3 - 3
README.rst

@@ -1,15 +1,15 @@
 Installation
 ============
 
-Dependencies can be installed using setup.py in the same way as synapse: see synapse/README.rst.
+Dependencies can be installed using setup.py in the same way as synapse: see synapse/README.rst.  For instance:
 
     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
+    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