Installation¶
Stable release¶
- Use pip to install package from PyPI:
pip install rioxarray
- Use conda with the conda-forge channel:
conda install -c conda-forge rioxarray
From source¶
The source for rioxarray can be downloaded from the GitHub repo.
$ git clone git@github.com:corteva/rioxarray.git
$ cd rioxarray
$ python setup.py install