Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 500 Bytes

File metadata and controls

25 lines (17 loc) · 500 Bytes

PyITM

Python codes for ionosphere/thermosphere model analysis

Installation

Optionally activate a Python environment, then:

git clone git@github.com:GitmCode/PyITM.git
cd PyITM
pip install .

For a "development" install, where you are able to change & use the Python code without needing to reinstall, change the last line to:

pip install -e . 

This code is still very much in development!

Contact the authors with any questions, and feel free to contribute!