Add Makefile command for creating a virtualenv with virtualenvwrapper.

feature/documentation-builds-html
Isis Lovecruft 2013-04-08 16:44:18 +00:00
parent 3be6c67bb9
commit 9e0e0a0d4e
1 changed files with 3 additions and 0 deletions

View File

@ -26,3 +26,6 @@ docs:
cd docs
make clean
make html
venv:
-source /usr/shared/python/ns/virtualenvwrapper.sh && mkvirtualenv -a "$PWD" --unzip-setuptools --distribute python-gnupg