From bce36ff0e18ec1640f0efc86175800e2580b5490 Mon Sep 17 00:00:00 2001 From: deflax Date: Mon, 21 Sep 2020 03:32:23 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8361bb0..6fd9d56 100644 --- a/README.md +++ b/README.md @@ -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