Scripts updated to use poetry
This commit is contained in:
parent
873548b558
commit
56b33d6ffe
2 changed files with 4 additions and 6 deletions
4
Makefile
4
Makefile
|
@ -1,7 +1,5 @@
|
|||
setup:
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate && pip install -r requirements.txt
|
||||
npm install
|
||||
poetry install
|
||||
|
||||
dev:
|
||||
node_modules/gulp/bin/gulp.js sass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue