Run
- install python
- go to your directory, where repo is located (e.g., /hdd/radar)
- pip3 install -r requirements.txt
- pip3 install -e . (you need to be inside repo!)
- radar
If you need to update in, run:
- pip3 uninstall radar
- pip3 install -e . (you need to be inside repo!)