Just having fun with RaspberryPi and ENS160
After git clone install requirements
pip install -r ./requirements.txt
main.py
is the file to run.
To start it just after the boot add this line in crontab
@reboot nohup bash -c 'python /absolute/project/path/main.py' &