Installation
The following instructions will allow you to install pyIntensityFeatures
Prerequisites
pyIntensityFeatures uses common Python modules, as well as modules developed by and for the Space Physics community. This module officially supports Python 3.10+.
Common modules
Community modules
numpy
aacgmv2
pandas
apexpy (optional)
scipy
xarray
Installation Options
PyPi
All public pyIntensityFeatures releases will be made available through the PyPi package manager at a future time.
pip install pyIntensityFeatures
Git Repository
You can keep up to date with the latest changes at the git repository.
1. Clone the git repository
git clone https://github.com/PACKAGE_REPOSITORY
Install pyIntensityFeatures: Change directories into the repository folder and run the pyproject.toml file. There are a few ways you can do this:
Install on the system (will install locally without root privileges):
python -m build pip install .
Install with the intent to develop locally:
python -m build pip install -e .