Skip to content

Commit

Permalink
DOC: Update install command to use conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Jun 30, 2024
1 parent 43dfc48 commit 1675df8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Installation
The easiest way to install scikit-survival is to use
`Anaconda <https://www.anaconda.com/distribution/>`_ by running::

conda install -c sebp scikit-survival
conda install -c conda-forge scikit-survival

Alternatively, you can install scikit-survival from source
following `this guide <https://scikit-survival.readthedocs.io/en/stable/install.html#from-source>`_.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ this unique characteristic of such a dataset into account.
The easiest way to install scikit-survival is to use
`Anaconda <https://www.anaconda.com/distribution/>`_ by running::

conda install -c sebp scikit-survival
conda install -c conda-forge scikit-survival

Alternatively, you can install scikit-survival from source
following :ref:`this guide <install-from-source>`.
Expand Down
2 changes: 1 addition & 1 deletion doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pre-built binary packages for Linux, MacOS, and Windows are available
for `Anaconda <https://www.anaconda.com/distribution/>`_.
If you have Anaconda installed, run::

conda install -c sebp scikit-survival
conda install -c conda-forge scikit-survival


.. _install-from-source:
Expand Down

0 comments on commit 1675df8

Please sign in to comment.