From 1675df80cb8251daf2ba2e5a0806bbeb5b84be9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6lsterl?= Date: Sun, 30 Jun 2024 11:01:39 +0200 Subject: [PATCH] DOC: Update install command to use conda-forge --- README.rst | 2 +- doc/index.rst | 2 +- doc/install.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: