Skip to content

Commit

Permalink
Merge #1127
Browse files Browse the repository at this point in the history
1127: Update to pint-pandas package name r=hgrecco a=hgrecco

- [ ] Closes # (insert issue number)
- [x] Executed ``black -t py36 . && isort -rc . && flake8`` with no errors
- [x] The change is fully covered by automated unit tests
- [ ] Documented in docs/ as appropriate
- [x] Added an entry to the CHANGES file


Co-authored-by: Hernan <[email protected]>
  • Loading branch information
bors[bot] and hgrecco authored Jul 1, 2020
2 parents 6da2d66 + 04439ea commit c6df610
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pint Changelog
0.14 (unreleased)
-----------------

- Nothing changed yet.
- Changes required to support Pint-Pandas 0.1.


0.13 (2020-06-17)
Expand Down
8 changes: 4 additions & 4 deletions docs/getting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ You can install it (or upgrade to the latest version) using pip_::

That's all! You can check that Pint is correctly installed by starting up python, and importing pint:

.. code-block::
.. code-block:: python
>>> import pint
>>> pint.__version__
>>> pint.__version__ # doctest: +SKIP
.. note:: If you have an old system installation of Python and you don't want to
mess with it, you can try `Anaconda CE`_. It is a free Python distribution by
Expand All @@ -25,9 +25,9 @@ That's all! You can check that Pint is correctly installed by starting up python

You can check the installation with the following command:

.. code-block::
.. code-block:: python
>>> pint.test()
>>> pint.test() # doctest: +SKIP
On Arch Linux, you can alternatively install Pint from the Arch User Repository
Expand Down

0 comments on commit c6df610

Please sign in to comment.