Skip to content
Snippets Groups Projects
Commit 00fdb0ad authored by thomaswoehlke's avatar thomaswoehlke
Browse files

working on: 0.0.32 Release

parent e7bf81e0
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,21 @@ function npm_install() { ...@@ -43,6 +43,21 @@ function npm_install() {
npm install npm install
} }
function first_install() {
python setup.py develop
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install -r requirements\build.in
pip install -r requirements\docs.in
pip install -r requirements\tests.in
pip install -r requirements\dev.in
pip check
pip install -e .
pip check
python setup.py develop
pip check
}
function main() { function main() {
# setup_venv # setup_venv
pip_compile pip_compile
...@@ -52,4 +67,5 @@ function main() { ...@@ -52,4 +67,5 @@ function main() {
npm_install npm_install
} }
main first_install
# main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment