From 5c94c2015df0680ed3c9145f0dc0d47172fc03e9 Mon Sep 17 00:00:00 2001 From: Daniel afx Date: Sun, 18 Oct 2020 20:56:35 +0300 Subject: [PATCH] update readme and force 2.0.0rc4 in requiermnets --- README.md | 3 ++- requierments.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88075fb..c238936 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ A map-based social gardening - `./setup_packages.sh` - install ubuntu system package requierments - `./setup_venv.sh` - prepares the virtual environment using kivy 2.0.0rc3 with python 3.8 (ubuntu 20.04) +- `.source globalforest/venv/bin/activate` - switch context to python virtual environment - `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 +- `./cleanup.sh` - removes the virtual environment from the local repo diff --git a/requierments.txt b/requierments.txt index 15cdc7d..c6511cb 100644 --- a/requierments.txt +++ b/requierments.txt @@ -1,4 +1,4 @@ -Kivy +Kivy==2.0.0rc4 pydle ffpyplayer sqlite_utils