From 4978c14eb9510f5dd1738809d0239a24c3bb88f6 Mon Sep 17 00:00:00 2001 From: Daniel afx Date: Wed, 14 Oct 2020 22:57:44 +0300 Subject: [PATCH] update README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 95972db..7c78932 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,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 - -- `source venv/bin/activate` - enter the virtual environment -- `garden install mapview` +- `./setup_venv.sh` - prepares the virtual environemnt using kivy 1.11.1 with python 3.6 +- `./setup_venv.sh pre` - prepares the virtual environment using kivy 2.0.0rc3 with python 3.8 - `python3 populatedb.py trees.kml` +- `./start.sh` - run the virtual environment locally - `./build.sh` - run buildozer inside the virtual env to build and deploy - `./cleanup.sh` - removes the work dirs from the local repo