Skip to content

Commit

Permalink
DOC Add links to PyPI and conda-forge (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykgmfq authored Jan 28, 2025
1 parent 8156f2a commit 6dfba0b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@
Installation
============

To install skops, run the following command in your Python environment:
To install skops from `PyPI <https://pypi.org/project/skops>`_, run the following command in your Python environment:

.. code-block:: bash
python -m pip install skops
Skops is also available in `conda-forge <https://anaconda.org/conda-forge/skops>`_:

.. code-block:: bash
conda install conda-forge::skops
If you're interested in contributing to skops, please follow the `contribution
guideline <https://github.com/skops-dev/skops/blob/main/CONTRIBUTING.rst>`__
instead.

0 comments on commit 6dfba0b

Please sign in to comment.