Getting Started#
The getting started guide aims to get you using pint productively as quickly as possible.
Installation#
Pint has no dependencies except Python itself. It runs on Python 3.9+.
Prefer pip?
pint can be installed via pip from PyPI.
Working with conda?
pint is part of the Conda-Forge channel and can be installed with Anaconda or Miniconda:
That’s all! You can check that Pint is correctly installed by starting up python, and importing Pint:
>>> import pint
>>> pint.__version__