From 3d177b946820b5d7459f9f11342464180958eafe Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Mon, 1 Jul 2019 14:29:58 +1000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b7fbf69..7166b82 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ 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