Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Dec 8, 2020
1 parent b1a9b72 commit d01d85a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,14 @@ Installation
------------


The Python module is distributed as a `wheel`_ binary package. Download the latest tagged release from the
`Github Releases`_ page. Then install::
The Python module is distributed as a `wheel`_ binary package. To install the latest tagged release from
the `Github Releases`_ page with pip, run::

python -m pip install sitkibex-0.1-py3-none-any.whl
python -m pip install sitkibex --find-links https://github.com/niaid/sitk-ibex/releases

Wheels from the master branch can be download wheel from `Github Actions`_ in the
"python-package" artifact.


Dependencies are conventionally specified in `setup.py` and `requirements.txt` and therefore installed as
dependencies when the wheel is installed. This includes the SimpleITK 2.0 requirement.

Expand Down

0 comments on commit d01d85a

Please sign in to comment.