diff --git a/Makefile b/Makefile index ab43041..5792a18 100644 --- a/Makefile +++ b/Makefile @@ -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