Skip to content

Commit 2d735ff

Browse files
committed
document pip installation [ci skip]
1 parent d625a70 commit 2d735ff

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

README.md

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

99
## Installation
1010

11+
### conda
12+
1113
`conda install mpl-probscale --channel=phobson`
1214

15+
### pip
16+
`pip install probscale`
17+
1318

1419
## Quick start
1520

docs/index.rst

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

21+
With conda
22+
~~~~~~~~~~
23+
2124
``conda install mpl-probscale --channel=phobson``
2225

26+
With pip
27+
~~~~~~~~
28+
29+
``pip install probscale``
30+
2331

2432
Quickstart
2533
----------

docs/tutorial/getting_started.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@
88
"\n",
99
"## Installation\n",
1010
"\n",
11-
"### From `conda`\n",
11+
"### From conda\n",
1212
"I've uploaded the package to my anaconda channel.\n",
1313
"\n",
1414
"`conda install --channel=phobson mpl-probscale`\n",
1515
"\n",
16+
"### From pip\n",
17+
"`pip install probscale`\n",
18+
"\n",
1619
"### From source\n",
1720
"`mpl-probscale` is a pure python package. It should be fairly trivial to install from source on any platform. To do that, download or clone from [github](https://github.com/phobson/mpl-probscale), unzip the archive if necessary then do:\n",
1821
"\n",

0 commit comments

Comments
 (0)