Go to file
Gašper Spagnolo d2829e27fa Update requirements.txt 2023-03-19 11:23:11 +01:00
code Update requirements.txt 2023-03-19 11:23:11 +01:00
README.md Update requirements.txt 2023-03-19 11:23:11 +01:00

README.md

UAV Localization

Setup environment

cd ./code/ && python -m venv .venv
. ./.venv/bin/activate
pip install -r requirements.txt

Lint

black ./code