diff --git a/.gitignore b/.gitignore index 598e03d..019f27d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc /dist/ +/build/ /*.egg-info .idea/ .ipynb_checkpoints/ -examples/CmdInterface.json \ No newline at end of file +examples/CmdInterface.json diff --git a/Readme.md b/Readme.md index 56464cb..e5291d3 100644 --- a/Readme.md +++ b/Readme.md @@ -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/```