Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peterneher committed Feb 6, 2019
1 parent 715d2a1 commit 822fd7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.pyc
/dist/
/build/
/*.egg-info
.idea/
.ipynb_checkpoints/
examples/CmdInterface.json
examples/CmdInterface.json
9 changes: 6 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Features:

Examples can be found in the "examples" folder.

Setup (python 3.X required):
* ```git clone https://phabricator.mitk.org/source/cmdint.git```
* ```pip3 install -e path/to/repo/```
Setup (python 3 required):
* pip package
* ```pip3 install cmdint```
* Current master:
* ```git clone https://phabricator.mitk.org/source/cmdint.git```
* ```pip3 install -e path/to/repo/```

0 comments on commit 822fd7c

Please sign in to comment.