-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from matplotlib/mpl-readme
update readme for new ownership
- Loading branch information
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,30 @@ | ||
# mpl-probscale | ||
Real probability scales for matplotlib | ||
|
||
[![Build Status](https://travis-ci.org/phobson/mpl-probscale.svg)](https://travis-ci.org/phobson/mpl-probscale) | ||
[![codecov](https://codecov.io/gh/phobson/mpl-probscale/branch/master/graph/badge.svg)](https://codecov.io/gh/phobson/mpl-probscale) | ||
[![Code Climate](https://codeclimate.com/github/phobson/mpl-probscale/badges/gpa.svg)](https://codeclimate.com/github/phobson/mpl-probscale) | ||
[![Build Status](https://travis-ci.org/matplotlib/mpl-probscale.svg)](https://travis-ci.org/matplotlib/mpl-probscale) | ||
[![codecov](https://codecov.io/gh/matplotlib/mpl-probscale/branch/master/graph/badge.svg)](https://codecov.io/gh/matplotlib/mpl-probscale) | ||
|
||
[Sphinx Docs](http://phobson.github.io/mpl-probscale/) | ||
[Sphinx Docs](http://matplotlib.org/mpl-probscale/) | ||
|
||
## Installation | ||
|
||
### Official releases | ||
|
||
Official releases are available through the conda-forge channel or pip" | ||
Official releases are available through the conda-forge channel or pip | ||
|
||
`conda install mpl-probscale --channel=conda-forge` | ||
|
||
`pip install probscale` | ||
|
||
### Development builds | ||
|
||
Development builds are available through my conda channel: | ||
|
||
`conda install mpl-probscale --channel=phobson` | ||
|
||
This is a pure-python package, so building from source is easy on all platforms: | ||
|
||
``` | ||
git clone [email protected]:matplotlib/mpl-probscale.git | ||
cd mpl-probscale | ||
pip install -e . | ||
``` | ||
|
||
## Quick start | ||
|
||
|