Skip to content

Commit

Permalink
added installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
EsGeh authored and EsGeh committed Nov 27, 2019
1 parent 29ea396 commit 0f7cdc2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 0f7cdc2

Please sign in to comment.