Skip to content

Commit

Permalink
DOC - Add installation instructions for conda-forge
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Dec 9, 2023
1 parent 1b699a3 commit 14f71cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ There are several reasons to opt for ``skglm`` among which:
pip install -U skglm
```

It is also available on Conda _(not yet, but very soon...)_ and can be installed via the command
It is also available on conda-forge and can be installed using, for instance:

```shell
conda install skglm
conda install -c conda-forge skglm
```

## First steps with ``skglm``
Expand Down
6 changes: 3 additions & 3 deletions doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Beforehand, make sure that you have already installed ``skglm``

.. code-block:: shell
# using pip
# Installing from PyPI using pip
pip install -U skglm
# using conda
conda install skglm
# Installing from conda-forge using conda
conda install -c conda-forge skglm
-------------------------

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ Installing ``skglm``
$ pip install -U skglm
It is also available on Conda and can be installed via the command
It is also available on conda-forge and can be installed using, for instance:

.. code-block:: shell
$ conda install skglm
$ conda install -c conda-forge skglm
With ``skglm`` being installed, Get the first steps with the package via the :ref:`Getting started section <getting_started>`.
Other advanced topics and uses-cases are covered in :ref:`Tutorials <tutorials>`.
Expand Down

0 comments on commit 14f71cb

Please sign in to comment.