This commit is contained in:
Zsolt Ero
2023-12-07 23:08:42 +01:00
parent 5831068231
commit d8d54f525c
5 changed files with 41 additions and 10 deletions

View File

@@ -0,0 +1,17 @@
#!/usr/bin/env bash
find . -name "*.egg-info" -exec rm -rf {} +
find . -name __pycache__ -exec rm -rf {} +
# deactivate
rm -rf venv
python3 -m venv venv
venv/bin/pip -V
venv/bin/pip install -U pip wheel setuptools
venv/bin/pip install git+https://github.com/mapbox/mbutil.git@544c76e