0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-02 02:38:59 +02:00

Update README: specify python2.7 in virtualenv

Signed-off-by: Keyvan Fatehi <keyvanfatehi@gmail.com>
This commit is contained in:
Keyvan Fatehi 2017-03-15 03:21:45 +00:00
parent f2ed64eaaf
commit 9adf1991ca

View file

@ -808,7 +808,7 @@ directory of your choice::
Synapse has a number of external dependencies, that are easiest
to install using pip and a virtualenv::
virtualenv env
virtualenv -p python2.7 env
source env/bin/activate
python synapse/python_dependencies.py | xargs pip install
pip install lxml mock