Installation¶
You can install aircraftdetective from PyPI using pip:
pip install aircraftdetective
Info
aircraftdetective requires Python 3.9 or newer.
If you want to work on the package locally, clone the repository and install it in editable mode:
pip install -e .[testing]