|
1 | 1 | .. -*- mode: rst -*- |
2 | 2 |
|
3 | | -|GitHubActions|_ |Codecov|_ |ReadTheDocs|_ |License|_ |PythonVersion|_ |PyPi|_ |
| 3 | +|GitHubActions|_ |Codecov|_ |ReadTheDocs|_ |License|_ |PythonVersion|_ |PyPi|_ |Conda|_ |Release|_ |Commits|_ |
4 | 4 |
|
5 | | -.. |GitHubActions| image:: https://github.com/simai-ml/MAPIE/actions/workflows/test.yml/badge.svg |
6 | | -.. _GitHubActions: https://github.com/simai-ml/MAPIE/actions |
| 5 | +.. |GitHubActions| image:: https://github.com/scikit-learn-contrib/MAPIE/actions/workflows/test.yml/badge.svg |
| 6 | +.. _GitHubActions: https://github.com/scikit-learn-contrib/MAPIE/actions |
7 | 7 |
|
8 | | -.. |Codecov| image:: https://codecov.io/gh/simai-ml/MAPIE/branch/master/graph/badge.svg?token=F2S6KYH4V1 |
9 | | -.. _Codecov: https://codecov.io/gh/simai-ml/MAPIE |
| 8 | +.. |Codecov| image:: https://codecov.io/gh/scikit-learn-contrib/MAPIE/branch/master/graph/badge.svg?token=F2S6KYH4V1 |
| 9 | +.. _Codecov: https://codecov.io/gh/scikit-learn-contrib/MAPIE |
10 | 10 |
|
11 | 11 | .. |ReadTheDocs| image:: https://readthedocs.org/projects/mapie/badge |
12 | 12 | .. _ReadTheDocs: https://mapie.readthedocs.io/en/latest |
13 | 13 |
|
14 | 14 | .. |License| image:: https://img.shields.io/github/license/simai-ml/MAPIE |
15 | | -.. _License: https://github.com/simai-ml/MAPIE/blob/master/LICENSE |
| 15 | +.. _License: https://github.com/scikit-learn-contrib/MAPIE/blob/master/LICENSE |
16 | 16 |
|
17 | 17 | .. |PythonVersion| image:: https://img.shields.io/pypi/pyversions/mapie |
18 | 18 | .. _PythonVersion: https://pypi.org/project/mapie/ |
19 | 19 |
|
20 | 20 | .. |PyPi| image:: https://img.shields.io/pypi/v/mapie |
21 | 21 | .. _PyPi: https://pypi.org/project/mapie/ |
22 | 22 |
|
| 23 | +.. |Conda| image:: https://img.shields.io/conda/vn/conda-forge/mapie |
| 24 | +.. _Conda: https://anaconda.org/conda-forge/mapie |
| 25 | + |
| 26 | +.. |Release| image:: https://img.shields.io/github/v/release/scikit-learn-contrib/mapie |
| 27 | +.. _Release: https://github.com/scikit-learn-contrib/MAPIE/releases |
| 28 | + |
| 29 | +.. |Commits| image:: https://img.shields.io/github/commits-since/scikit-learn-contrib/mapie/latest/master |
| 30 | +.. _Commits: https://github.com/scikit-learn-contrib/MAPIE/commits/master |
23 | 31 |
|
24 | 32 | .. image:: https://github.com/simai-ml/MAPIE/raw/master/doc/images/mapie_logo_nobg_cut.png |
25 | 33 | :width: 400 |
@@ -53,6 +61,12 @@ Install via `pip`: |
53 | 61 |
|
54 | 62 | pip install mapie |
55 | 63 |
|
| 64 | +or via `conda`: |
| 65 | + |
| 66 | +.. code:: python |
| 67 | +
|
| 68 | + conda install mapie |
| 69 | +
|
56 | 70 | To install directly from the github repository : |
57 | 71 |
|
58 | 72 | .. code:: python |
|
0 commit comments