diff options
| author | Clark Willison <clarkgwillison@gmail.com> | 2020-07-11 20:51:17 -0700 |
|---|---|---|
| committer | Clark Willison <clarkgwillison@gmail.com> | 2020-07-11 20:51:17 -0700 |
| commit | c7edd2e3dbda51aae632b8cfd7d0e700cb85ee84 (patch) | |
| tree | 387092de310347c514e81639200b401909ffb695 /docs | |
| parent | d2db231bdd0eb6e47e3a6e09c57d421aebe15d28 (diff) | |
| download | pint-c7edd2e3dbda51aae632b8cfd7d0e700cb85ee84.tar.gz | |
update install instructions for pint-pandas in docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/pint-pandas.ipynb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/pint-pandas.ipynb b/docs/pint-pandas.ipynb index 0aa75d9..2052f1f 100644 --- a/docs/pint-pandas.ipynb +++ b/docs/pint-pandas.ipynb @@ -22,9 +22,13 @@ "## Installation\n", "\n", "\n", - "Pandas support is provided by `pint-pandas`. It is not available on PyPI yet, to install it use\n", + "Pandas support is provided by the `pint-pandas` package. To install it use either:\n", "```\n", - "python -m pip install git+https://github.com/hgrecco/pint-pandas.git\n", + "python -m pip install pint-pandas\n", + "```\n", + "Or:\n", + "```\n", + "conda install -c conda-forge pint-pandas\n", "```" ] }, |
