File tree 1 file changed +11
-9
lines changed
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
# mpl-probscale
2
2
Real probability scales for matplotlib
3
3
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 )
7
6
8
- [ Sphinx Docs] ( http://phobson.github.io /mpl-probscale/ )
7
+ [ Sphinx Docs] ( http://matplotlib.org /mpl-probscale/ )
9
8
10
9
## Installation
11
10
12
11
### Official releases
13
12
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
+
15
15
` conda install mpl-probscale --channel=conda-forge `
16
16
17
17
` pip install probscale `
18
18
19
19
### Development builds
20
20
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:
25
22
23
+ ```
24
+ git clone git@github.com:matplotlib/mpl-probscale.git
25
+ cd mpl-probscale
26
+ pip install -e .
27
+ ```
26
28
27
29
## Quick start
28
30
You can’t perform that action at this time.
0 commit comments