Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
README: run python_dependencies with -m
Browse files Browse the repository at this point in the history
... to stop things which try to import `types` getting `synapse.types` instead
  • Loading branch information
richvdh authored Sep 17, 2018
1 parent c6363f7 commit c9c5028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9c5028

Please sign in to comment.