Skip to content

Commit 0b599fa

Browse files
committed
quickstart/installation section [ci skip]
1 parent 9a99582 commit 0b599fa

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Real probability scales for matplotlib
44
[![Build Status](https://travis-ci.org/phobson/mpl-probscale.svg)](https://travis-ci.org/phobson/mpl-probscale)
55
[![Coverage Status](https://coveralls.io/repos/phobson/mpl-probscale/badge.svg?branch=master&service=github)](https://coveralls.io/github/phobson/mpl-probscale?branch=master)
66

7+
[Sphinx Docs](http://phobson.github.io/mpl-probscale/)
8+
9+
## Installation
10+
11+
`conda install mpl-probscale --channel=phobson`
12+
13+
14+
## Quick start
15+
716
Simply importing `probscale` lets you use probability scales in your matplotlib figures:
817

918
```python

docs/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ mpl-probscale: Real probability scales for matplotlib
1515

1616
https://github.com/phobson/mpl-probscale
1717

18+
Installation
19+
------------
20+
21+
``conda install mpl-probscale --channel=phobson``
22+
23+
24+
Quickstart
25+
----------
26+
1827
Simply importing ``probscale`` lets you use probability scales in your matplotlib figures:
1928

2029
.. code-block:: python

0 commit comments

Comments
 (0)