From 314ef9a65c4ad76e05036fa749ec55a5b1203061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20M=2E=20P=C3=B6pperl?= Date: Tue, 28 Jan 2025 11:44:10 +0100 Subject: [PATCH] DOC Add links to PyPI and conda-forge --- docs/installation.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index f241f94c..2b873737 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -3,12 +3,18 @@ Installation ============ -To install skops, run the following command in your Python environment: +To install skops from `PyPI `_, run the following command in your Python environment: .. code-block:: bash python -m pip install skops +Skops is also available in `conda-forge `_: + +.. code-block:: bash + + conda install conda-forge::skops + If you're interested in contributing to skops, please follow the `contribution guideline `__ instead.