Installation¶
From PyPI¶
pip install sgp4jax
From source¶
git clone https://github.com/chrisfinlay/sgp4jax.git
cd sgp4jax
pip install -e ".[test]"
Optional dependencies¶
test:
pytest,sgp4(reference library for validation)docs:
sphinx,furo,sphinx-copybutton,sphinx-autodoc-typehints
Install them with:
pip install sgp4jax[test]
pip install sgp4jax[docs]