We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8834f06 commit 3e41f02Copy full SHA for 3e41f02
README.md
@@ -12,7 +12,11 @@ First get the code
12
13
git clone https://github.com/ulfox/goto.git
14
15
-The installation is very trivial, since all we have to do is add in our ..bashrc. the following line
+##### Get dependenceis
16
+
17
+ bash setup.sh
18
19
+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
20
21
If we assume you installed moved the goto app under /opt/goto, then
22
setup.sh
@@ -1 +1,4 @@
1
+#!/usr/bin/env bash
2
3
+mkdir -vp modules
4
pip install -r requirements.txt --target=modules/ pyyaml
0 commit comments