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 a57b0a1 commit 487b53dCopy full SHA for 487b53d
Makefile
@@ -19,7 +19,7 @@ default:
19
20
install:
21
@$(MAKE) clean
22
- @python3 -m pip install -r requirements.txt
+ @python3 -m pip install --no-cache -r requirements.txt
23
@python3 setup.py sdist bdist_wheel
24
@python3 -m pip install -e .
25
0 commit comments