mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-21 07:01:06 -05:00
README: run python_dependencies with -m
... to stop things which try to import `types` getting `synapse.types` instead
This commit is contained in:
parent
c6363f7269
commit
c9c50284d7
@ -908,7 +908,7 @@ to install using pip and a virtualenv::
|
|||||||
|
|
||||||
virtualenv -p python2.7 env
|
virtualenv -p python2.7 env
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
python synapse/python_dependencies.py | xargs pip install
|
python -m synapse.python_dependencies | xargs pip install
|
||||||
pip install lxml mock
|
pip install lxml mock
|
||||||
|
|
||||||
This will run a process of downloading and installing all the needed
|
This will run a process of downloading and installing all the needed
|
||||||
|
Loading…
Reference in New Issue
Block a user