Skip to content

Commit f5352b2

Browse files
committed
clear up installation
1 parent b942eb4 commit f5352b2

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,20 @@ Real probability scales for matplotlib
88

99
## Installation
1010

11-
### conda
11+
### Official releases
1212

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`
1415

15-
### pip
1616
`pip install probscale`
1717

18+
### Development builds
19+
20+
Development builds are available through my conda channel:
21+
22+
`conda install mpl-probscale --channel=phobson`
23+
24+
1825

1926
## Quick start
2027

docs/index.rst

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,24 @@ https://github.com/phobson/mpl-probscale
1818
Installation
1919
------------
2020

21-
With conda
22-
~~~~~~~~~~
21+
Official releases
22+
~~~~~~~~~~~~~~~~~
2323

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``
2527

26-
With pip
27-
~~~~~~~~
28+
or
2829

2930
``pip install probscale``
3031

32+
Development builds
33+
~~~~~~~~~~~~~~~~~~
34+
35+
Development builds are available through my conda channel:
36+
37+
``conda install mpl-probscale --channel=phobson``
38+
3139

3240
Quickstart
3341
----------

0 commit comments

Comments
 (0)