Don't run pip tools/venv.py (#6923)

It won't work. Instead, follow the instructions at the top of this document to set up a virtual environment and activate it.
This commit is contained in:
Brad Warren
2019-04-05 13:42:30 -07:00
committed by GitHub
parent aec29c2f1d
commit 157d1ea0d8
+2 -2
View File
@@ -353,8 +353,8 @@ Steps:
1. Write your code!
2. Make sure your environment is set up properly and that you're in your
virtualenv. You can do this by running ``pip tools/venv.py``.
(this is a **very important** step)
virtualenv. You can do this by following the instructions in the
:ref:`Getting Started <getting_started>` section.
3. Run ``tox -e lint`` to check for pylint errors. Fix any errors.
4. Run ``tox --skip-missing-interpreters`` to run the entire test suite
including coverage. The ``--skip-missing-interpreters`` argument ignores