Skip to content

Commit 18e59b3

Browse files
authoredFeb 9, 2017
Merge pull request #47 from matplotlib/mpl-readme
update readme for new ownership
2 parents 845e28a + 8258aff commit 18e59b3

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed
 

‎README.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
11
# mpl-probscale
22
Real probability scales for matplotlib
33

4-
[![Build Status](https://travis-ci.org/phobson/mpl-probscale.svg)](https://travis-ci.org/phobson/mpl-probscale)
5-
[![codecov](https://codecov.io/gh/phobson/mpl-probscale/branch/master/graph/badge.svg)](https://codecov.io/gh/phobson/mpl-probscale)
6-
[![Code Climate](https://codeclimate.com/github/phobson/mpl-probscale/badges/gpa.svg)](https://codeclimate.com/github/phobson/mpl-probscale)
4+
[![Build Status](https://travis-ci.org/matplotlib/mpl-probscale.svg)](https://travis-ci.org/matplotlib/mpl-probscale)
5+
[![codecov](https://codecov.io/gh/matplotlib/mpl-probscale/branch/master/graph/badge.svg)](https://codecov.io/gh/matplotlib/mpl-probscale)
76

8-
[Sphinx Docs](http://phobson.github.io/mpl-probscale/)
7+
[Sphinx Docs](http://matplotlib.org/mpl-probscale/)
98

109
## Installation
1110

1211
### Official releases
1312

14-
Official releases are available through the conda-forge channel or pip"
13+
Official releases are available through the conda-forge channel or pip
14+
1515
`conda install mpl-probscale --channel=conda-forge`
1616

1717
`pip install probscale`
1818

1919
### Development builds
2020

21-
Development builds are available through my conda channel:
22-
23-
`conda install mpl-probscale --channel=phobson`
24-
21+
This is a pure-python package, so building from source is easy on all platforms:
2522

23+
```
24+
git clone git@github.com:matplotlib/mpl-probscale.git
25+
cd mpl-probscale
26+
pip install -e .
27+
```
2628

2729
## Quick start
2830

0 commit comments

Comments
 (0)
Please sign in to comment.