Installation ============ .. note:: The installation and unit tests are run using Python 3.10, 3.11, and 3.12 on Ubuntu 20.04, Ubuntu 22.04, MacOS 11, MacOS 12, and MacOS 13. If these won't work for you, please raise an issue. To install pyRT_DISORT, simply clone the repo (using :code:`git clone https://github.com/kconnour/pyRT_DISORT.git` from Terminal, or clone using your favorite GUI) and move into the directory where it was cloned. You can then install it with :code:`pip install .`.You should now be able to import the package with :code:`import pyrt`.