Update readme

main
Gašper Spagnolo 2023-03-19 11:16:37 +01:00
parent ec3e4246f6
commit 2c21aef7cc
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# UAV Localization
### Setup environment
```bash
cd ./code/ && python -m venv .venv
. ./.venv/bin/activate
pip install -r requirements.txt
```