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.