Skip to content

Commit 5359329

Browse files
Hongbin Huangfreemindcore
authored andcommitted
fix: install flit upon fresh make install
1 parent 3561475 commit 5359329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ clean: ## Removing cached python compiled files
1111
find . -name __pycache__ | xargs rm -rfv
1212

1313
install: ## Install dependencies
14+
pip install flit
1415
make clean
1516
flit install --deps develop --symlink
1617
pre-commit install

0 commit comments

Comments
 (0)