mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
start
This commit is contained in:
14
prepare-virtualenv.sh
Executable file
14
prepare-virtualenv.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
source venv/bin/activate
|
||||
|
||||
pip install -U pip wheel setuptools
|
||||
pip install -e .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user