Skip to content

Commit c29fac3

Browse files
committed
added conda bit in tutorial
1 parent 751ed36 commit c29fac3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/tutorial/getting_started.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"# Getting started with `mpl-probscale`.\n",
88
"\n",
99
"## Installation\n",
10+
"\n",
11+
"### From `conda`\n",
12+
"I've uploaded the package to my anaonda channel.\n",
13+
"\n",
14+
"`conda install --channel=phobson mpl-probscale`\n",
15+
"\n",
16+
"### From source\n",
1017
"`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",
1118
"\n",
1219
"```\n",

0 commit comments

Comments
 (0)