From 0f7cdc22dbacccde94c8fa4238893d6a2b4d673c Mon Sep 17 00:00:00 2001 From: EsGeh Date: Wed, 27 Nov 2019 11:55:07 +0100 Subject: [PATCH] added installation instructions --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 65590ef..91aea49 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,20 @@ Also, for each dependency the specified versions (git hash) are "checked out" an To see default settings and learn the command line arguments, run: $ ../bin/git_deps_py --help + +# Installation + +## From Git + +1. clone the git repository + + $ git clone https://github.molgen.mpg.de/EditionOpenAccess/git_deps_py.git + +1. checkout the right version + + $ cd git_deps_py + $ git checkout 0.1 + +1. install into your PATH via pip + + $ pip install --user .