-
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 #50 from phobson/phobson-refs
few more refs to the phobson fork
- Loading branch information
Showing
4 changed files
with
12 additions
and
8 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
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
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 |
---|---|---|
|
@@ -32,9 +32,13 @@ or | |
Development builds | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
Development builds are available through my conda channel: | ||
This is a pure-python package, so building from source is easy on all platforms: | ||
|
||
``conda install mpl-probscale --channel=conda-forge`` | ||
:: | ||
|
||
git clone [email protected]:matplotlib/mpl-probscale.git | ||
cd mpl-probscale | ||
pip install -e . | ||
|
||
|
||
Quickstart | ||
|
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 |
---|---|---|
|
@@ -13,8 +13,8 @@ | |
VERSION = "0.2.3" | ||
AUTHOR = "Paul Hobson (Geosyntec Consultants)" | ||
AUTHOR_EMAIL = "[email protected]" | ||
URL = "https://github.com/phobson/mpl-probscale" | ||
DOWNLOAD_URL = "https://github.com/phobson/mpl-probscale/archive/master.zip" | ||
URL = "https://github.com/matplotlib/mpl-probscale" | ||
DOWNLOAD_URL = "https://github.com/matplotlib/mpl-probscale/archive/master.zip" | ||
LICENSE = "BSD 3-clause" | ||
PACKAGES = find_packages() | ||
PLATFORMS = "Python 2.7, 3.4 and later." | ||
|