This commit is contained in:
John Reese 2019-01-24 20:21:56 -08:00
parent 0385283727
commit 49d84aaa40
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ setup:
pip3 install -U black mypy pylint twine
venv:
python3 -m virtualenv .venv
python3 -m venv .venv
source .venv/bin/activate && make setup dev
echo 'run `source .venv/bin/activate` to use virtualenv'