globalforest/README.md

14 lines
550 B
Markdown
Raw Normal View History

2020-09-20 10:18:41 -04:00
# GlobalForest
A map-based social gardening
2020-09-20 20:32:23 -04:00
- `./setup_packages.sh` - install ubuntu system package requierments
- `./setup_venv.sh` - prepares the virtual environemnt and install pip modules in it
- `./setup_venv.sh pre` - same as above, for `python 3.8` in `ubuntu 20.04` where we cannot use the stable `kivy 1.11.1` yet
2020-09-20 20:32:23 -04:00
- `source venv/bin/activate` - enter the virtual environment
- `garden install mapview`
2020-09-20 17:40:20 -04:00
2020-09-20 20:32:23 -04:00
- `./build.sh` - run buildozer inside the virtual env to build and deploy
- `./cleanup.sh` - removes the work dirs from the local repo