We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad46048 commit 6e63d3aCopy full SHA for 6e63d3a
1 file changed
Makefile
@@ -34,6 +34,7 @@ py_env: requirements.txt
34
rm -rf py_env
35
virtualenv py_env
36
bash -c 'source py_env/bin/activate && \
37
+ pip install -e . && \
38
pip install -r requirements.txt'
39
40
clean:
0 commit comments