Data shipping script for airborne products
- Python 3 installed
- Python 3 venv installed
python3 -m venv env
source env/bin/activate
python3 -m pip install --upgrade pip setuptools pyinstaller
source env/bin/activate
python3 -m pip install -e .
python3 main.py
For running locally, add "storageMode": "local" to config.json
pyinstaller main.py --onefile -n airborne-dsa
python3 -m unittest