# Clone the repository
gitclonehttps://github.com/eurocontrol-bada/pybada
# Optionally, set up a virtual env and activate it
python3-mvenvenv
sourceenv/bin/activate
# Install package
pipinstall.
# Install a couple of packages for formatting, linting and building the docs
pipinstall.[dev]# Run unit tests
python3-mpytesttests/
# Build the docscddocs
makehtml
Running on unsupported environments
You won't receive support for it, but you can pass the flag --ignore-requires-python to install pyBADA on an unsupported Python version.
License
BADA and pyBADA are developed and maintained by EUROCONTROL.
This project is released under the European Union Public License v1.2 - see the LICENSE file for details.