Skip to content

Commit

Permalink
Update readme to download package from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed May 11, 2023
1 parent 0f6b260 commit 4121e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ Installation
------------


The Python module is distributed as a `wheel`_ binary package. To install the latest tagged release from
the `Github Releases`_ page with pip, run::
The Python module is distributed on `PyPI - The Python Package Index`_. The package can be installed by running:

python -m pip install sitkibex --find-links https://github.com/niaid/sitk-ibex/releases
python -m pip install sitkibex

Wheels from the master branch can be download wheel from `Github Actions`_ in the
"python-package" artifact.
Expand Down Expand Up @@ -121,5 +120,6 @@ Please use the `GitHub Issues`_ for support and code issues related to the sitk-
.. _NRRD: http://teem.sourceforge.net/nrrd/format.html
.. _GitHub Issues: https://github.com/niaid/sitk-ibex
.. _wheel: https://www.python.org/dev/peps/pep-0427/
.. _`PyPI - The Python Package Index`: https://pypi.org/project/sitkibex/
.. _Github Releases: https://github.com/niaid/sitk-ibex/releases
.. _10.1073/pnas.2018488117: https://www.pnas.org/doi/10.1073/pnas.2018488117

0 comments on commit 4121e93

Please sign in to comment.