From 032bff025ed5db8e05fef597c6be703a9e916a9a Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Mon, 1 Jul 2019 14:29:43 +1000 Subject: [PATCH] Added install instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b7fbf69 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +Installation + +Copy the GeoPyP to /opt +Create VirtualEnvironment with python3 in /opt/GeoPyP/env +Activate Virtualenv +run pip install -r requirements.txt + +copy bip.sh /usr/bin/ (rename bip.sh to just bip is optional, make it executable) +Update the paths in bip.sh to the paths you have used when copying + +exit the virtualenv and run bip \ No newline at end of file