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

README: run python_dependencies with -m

... to stop things which try to import `types` getting `synapse.types` instead
This commit is contained in:
Richard van der Hoff 2018-09-17 15:58:47 +01:00 committed by GitHub
parent c6363f7269
commit c9c50284d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -908,7 +908,7 @@ to install using pip and a virtualenv::
virtualenv -p python2.7 env
source env/bin/activate
python synapse/python_dependencies.py | xargs pip install
python -m synapse.python_dependencies | xargs pip install
pip install lxml mock
This will run a process of downloading and installing all the needed