update README
This commit is contained in:
parent
f2b0bf0abb
commit
4978c14eb9
1 changed files with 3 additions and 5 deletions
|
@ -3,13 +3,11 @@
|
||||||
A map-based social gardening
|
A map-based social gardening
|
||||||
|
|
||||||
- `./setup_packages.sh` - install ubuntu system package requierments
|
- `./setup_packages.sh` - install ubuntu system package requierments
|
||||||
- `./setup_venv.sh` - prepares the virtual environemnt and install pip modules in it
|
- `./setup_venv.sh` - prepares the virtual environemnt using kivy 1.11.1 with python 3.6
|
||||||
- `./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
|
- `./setup_venv.sh pre` - prepares the virtual environment using kivy 2.0.0rc3 with python 3.8
|
||||||
|
|
||||||
- `source venv/bin/activate` - enter the virtual environment
|
|
||||||
- `garden install mapview`
|
|
||||||
|
|
||||||
- `python3 populatedb.py trees.kml`
|
- `python3 populatedb.py trees.kml`
|
||||||
|
|
||||||
|
- `./start.sh` - run the virtual environment locally
|
||||||
- `./build.sh` - run buildozer inside the virtual env to build and deploy
|
- `./build.sh` - run buildozer inside the virtual env to build and deploy
|
||||||
- `./cleanup.sh` - removes the work dirs from the local repo
|
- `./cleanup.sh` - removes the work dirs from the local repo
|
||||||
|
|
Loading…
Reference in a new issue