File tree Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,20 @@ Real probability scales for matplotlib
8
8
9
9
## Installation
10
10
11
- ### conda
11
+ ### Official releases
12
12
13
- ` conda install mpl-probscale --channel=phobson `
13
+ Official releases are available through the conda-forge channel or pip"
14
+ ` conda install mpl-probscale --channel=conda-forge `
14
15
15
- ### pip
16
16
` pip install probscale `
17
17
18
+ ### Development builds
19
+
20
+ Development builds are available through my conda channel:
21
+
22
+ ` conda install mpl-probscale --channel=phobson `
23
+
24
+
18
25
19
26
## Quick start
20
27
Original file line number Diff line number Diff line change @@ -18,16 +18,24 @@ https://github.com/phobson/mpl-probscale
18
18
Installation
19
19
------------
20
20
21
- With conda
22
- ~~~~~~~~~~
21
+ Official releases
22
+ ~~~~~~~~~~~~~~~~~
23
23
24
- ``conda install mpl-probscale --channel=phobson ``
24
+ Official releases are available through the conda-forge channel or pip:
25
+
26
+ ``conda install mpl-probscale --channel=conda-forge ``
25
27
26
- With pip
27
- ~~~~~~~~
28
+ or
28
29
29
30
``pip install probscale ``
30
31
32
+ Development builds
33
+ ~~~~~~~~~~~~~~~~~~
34
+
35
+ Development builds are available through my conda channel:
36
+
37
+ ``conda install mpl-probscale --channel=phobson ``
38
+
31
39
32
40
Quickstart
33
41
----------
You can’t perform that action at this time.
0 commit comments