Skip to content
Snippets Groups Projects
Unverified Commit c9c50284 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

README: run python_dependencies with -m

... to stop things which try to import `types` getting `synapse.types` instead
parent c6363f72
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment