File: installation.rst

package info (click to toggle)
pint-xarray 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,244 kB
  • sloc: python: 5,043; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Installation
------------
Install from ``conda-forge``:

.. code:: sh

   conda install -c conda-forge pint-xarray

or from ``PyPI``:

.. code:: sh

   python -m pip install pint-xarray

or from source, either directly from github:

.. code:: sh

   python -m pip install git+https://github.com/xarray-contrib/pint-xarray

or from a local copy:

.. code:: sh

   git clone https://github.com/xarray-contrib/pint-xarray
   python -m pip install ./pint-xarray