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 3561475 commit 5359329Copy full SHA for 5359329
Makefile
@@ -11,6 +11,7 @@ clean: ## Removing cached python compiled files
11
find . -name __pycache__ | xargs rm -rfv
12
13
install: ## Install dependencies
14
+ pip install flit
15
make clean
16
flit install --deps develop --symlink
17
pre-commit install
0 commit comments