Add a Makefile command to create a virtualenv with the necessary projects installed.

This commit is contained in:
Brett Cannon 2015-08-08 12:54:36 -07:00
parent 505278b8c3
commit aea7672a91
2 changed files with 5 additions and 0 deletions

View File

@ -4,3 +4,4 @@ pep-????.html
*.pyc
*.pyo
*~
venv

View File

@ -33,3 +33,7 @@ clean:
update:
hg pull -u https://hg.python.org/peps
venv:
$(PYTHON) -m venv venv
./venv/bin/python -m pip install -U docutils