Installation

Dependencies

atmPy depends on many optional dependencies and it is not recommended to install all of them due to inter-dependency issues that sometimes arise. It is recommended to simply install packages when they are missing as indicated by an error message. As a minimum make sure to install:

  • matplotlib

  • scipy

  • xarray

e.g. thru conda: conda install matplotlib scipy xarray

Download and install atmPy

Download from github: git clone https://github.com/hagne/atm-py

Enter directory: cd atm-py

If you regularly update your local copy of atmPy, it is recommended to install in editable mode: python -m pip install -e . --config-settings editable_mode=compat

Otherwise, simply install using: python -m pip install .