Installation#
Requirements#
From PyPI#
pip install fips
Optional extras#
# Atmospheric flux inversion (STILT transport, cartopy plotting)
pip install "fips[flux]"
# Documentation
pip install "fips[docs]"
# Development (linting, testing, type-checking)
pip install "fips[dev]"
From Source#
git clone https://github.com/jmineau/fips.git
cd fips
pip install -e .
Development Installation#
git clone https://github.com/jmineau/fips.git
cd fips
python -m pip install --upgrade pip
pip install -e ".[dev,docs]"
pre-commit install