From 13c411b7410373cea4b8f7f54173e2f76e928fc7 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 29 Nov 2015 18:04:06 +0000 Subject: [PATCH] Improve README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b2dd9a2c..9666b756d 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,11 @@ read it. ## Installing from cloned repo -*If you haven't cloned this repository, please see the previous two +*If you don't want to clone the repo, please see the previous two paragraphs for easier installation methods.* ``` +git clone https://github.com/ProgVal/Limnoria.git sudo pip install -r requirements.txt sudo python setup.py install --user ``` @@ -45,6 +46,7 @@ sudo python setup.py install --user alternatively without root ``` +git clone https://github.com/ProgVal/Limnoria.git pip install -r requirements.txt --user python setup.py install --user ```