From 3e41f021b27e02e0787e7f9694ab9238fa9b35d8 Mon Sep 17 00:00:00 2001 From: Christos Kotsis Date: Thu, 19 Nov 2020 16:19:59 +0200 Subject: [PATCH] Update readme, fix missing modules directory --- README.md | 6 +++++- setup.sh | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d73fed..bee6379 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,11 @@ First get the code git clone https://github.com/ulfox/goto.git -The installation is very trivial, since all we have to do is add in our ..bashrc. the following line +##### Get dependenceis + + bash setup.sh + +The installation after you download the pyyaml dependency is very trivial, since all we have to do is add in our ..bashrc. the following line If we assume you installed moved the goto app under /opt/goto, then diff --git a/setup.sh b/setup.sh index 0839006..cfe23ae 100644 --- a/setup.sh +++ b/setup.sh @@ -1 +1,4 @@ +#!/usr/bin/env bash + +mkdir -vp modules pip install -r requirements.txt --target=modules/ pyyaml