File tree Expand file tree Collapse file tree 2 files changed +39
-6
lines changed Expand file tree Collapse file tree 2 files changed +39
-6
lines changed Original file line number Diff line number Diff line change 1
1
.. -*- mode: rst -*-
2
2
3
- |Travis |_ |Codecov |_ |CircleCI |_ |ReadTheDocs |_
3
+ |PyPi |_ | Azure |_ |Codecov |_ |CircleCI |_ |ReadTheDocs |_
4
4
5
- .. |Travis | image :: https://travis-ci.org/scikit-learn-contrib/scikit-learn-extra.svg?branch=master
6
- .. _Travis : https://travis-ci.org/scikit-learn-contrib/project-template
5
+ .. |PyPi | image :: https://badge.fury.io/py/scikit-learn-extra.svg
6
+ .. _PyPi : https://badge.fury.io/py/scikit-learn-extra
7
+
8
+ .. |Azure | image :: https://dev.azure.com/scikit-learn-extra/scikit-learn-extra/_apis/build/status/scikit-learn-contrib.scikit-learn-extra?branchName=master
9
+ .. _Azure : https://dev.azure.com/scikit-learn-extra/scikit-learn-extra/_build/latest?definitionId=1&branchName=master
7
10
8
11
.. |Codecov | image :: https://codecov.io/gh/scikit-learn-contrib/project-template/branch/master/graph/badge.svg
9
12
.. _Codecov : https://codecov.io/gh/scikit-learn-contrib/scikit-learn-extra
@@ -31,13 +34,28 @@ scikit-learn-extra requires,
31
34
32
35
- Python (>=3.5)
33
36
- scikit-learn (>=0.21), and its dependencies
34
- - Cython (>0.28)
35
37
36
38
37
39
User installation
38
40
^^^^^^^^^^^^^^^^^
39
41
40
- Latest development version can be installed with,
42
+ Latest release can be installed with conda,
43
+
44
+ .. code ::
45
+
46
+ conda install -c conda-forge scikit-learn-extra
47
+
48
+ or from PyPi with,
49
+
50
+ .. code ::
51
+
52
+ pip install scikit-learn-extra
53
+
54
+ Note that installing from PyPi requires a working C compiler (cf `installation
55
+ instructions
56
+ <https://scikit-learn.org/dev/developers/advanced_installation.html#platform-specific-instructions> `_).
57
+
58
+ The developement version can be installed with,
41
59
42
60
.. code ::
43
61
Original file line number Diff line number Diff line change @@ -8,12 +8,27 @@ scikit-learn-extra requires,
8
8
9
9
- Python (>=3.5)
10
10
- scikit-learn (>=0.21), and its dependencies
11
- - Cython (>0.28)
12
11
13
12
14
13
User installation
15
14
^^^^^^^^^^^^^^^^^
16
15
16
+ Latest release can be installed with conda,
17
+
18
+ .. code ::
19
+
20
+ conda install -c conda-forge scikit-learn-extra
21
+
22
+ or from PyPi with,
23
+
24
+ .. code ::
25
+
26
+ pip install scikit-learn-extra
27
+
28
+ Note that installing from PyPi requires a working C compiler (cf `installation
29
+ instructions
30
+ <https://scikit-learn.org/dev/developers/advanced_installation.html#platform-specific-instructions> `_).
31
+
17
32
Latest development version can be installed with,
18
33
19
34
.. code ::
You can’t perform that action at this time.
0 commit comments