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

Merge pull request #2005 from kfatehi/docs/readme

Update README: specify python2.7 in virtualenv
This commit is contained in:
Richard van der Hoff 2017-03-23 09:32:10 +00:00 committed by GitHub
commit 59358cd3e7

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