diff --git a/README.rst b/README.rst index 57100925..62500bbb 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ Installation The easiest way to install scikit-survival is to use `Anaconda `_ 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 `_. diff --git a/doc/index.rst b/doc/index.rst index 2e45bc00..4f890170 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -33,7 +33,7 @@ this unique characteristic of such a dataset into account. The easiest way to install scikit-survival is to use `Anaconda `_ 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 `. diff --git a/doc/install.rst b/doc/install.rst index e79a66f0..c6cb7032 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -14,7 +14,7 @@ Pre-built binary packages for Linux, MacOS, and Windows are available for `Anaconda `_. If you have Anaconda installed, run:: - conda install -c sebp scikit-survival + conda install -c conda-forge scikit-survival .. _install-from-source: