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 9398696 commit cacca87Copy full SHA for cacca87
Makefile
@@ -6,7 +6,7 @@ venv: clean
6
virtualenv --python=python venv
7
8
install: venv
9
- . venv/bin/activate; pip install -r test/requirements.txt
+ . 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