We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7d436 commit cdf71eeCopy full SHA for cdf71ee
Makefile
@@ -6,7 +6,6 @@ venv: clean
6
virtualenv --python=python venv
7
8
install: venv
9
- . venv/bin/activate; pip install -r test/requirements.txt
10
. venv/bin/activate; python setup.py install
11
. venv/bin/activate; pip install -r requirements.txt
12
0 commit comments