Update README.md

This commit is contained in:
deflax 2020-09-21 03:32:23 +03:00 committed by GitHub
parent a181b1cce6
commit bce36ff0e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
A map-based social gardening
`./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
- `./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
`source venv/bin/activate` - enter the virtual environment
- `source venv/bin/activate` - enter the virtual environment
`./build.sh` - run buildozer inside the virtual env to build and deploy
`./cleanup.sh` - removes the work dirs from the local repo
- `./build.sh` - run buildozer inside the virtual env to build and deploy
- `./cleanup.sh` - removes the work dirs from the local repo