Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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