💾 Python Packages install script

This commit is contained in:
ful1e5 2020-08-24 09:29:29 +05:30
parent 7fa04d581e
commit bb803ba49a

View file

@ -10,7 +10,8 @@
"clean": "rm -rf bitmaps",
"render:bibata-round": "yarn workspace bibata-round render",
"render": "yarn render:bibata-round",
"build": "rm -rf themes && python build.py"
"build": "rm -rf themes && python build.py",
"py_install": "pip freeze >> requirements.txt"
},
"workspaces": [
"packages/*"