Repo for experimenting with python indidrivers for pyindi
To use one of these indidrivers you must:
- Create a virtual env and install necessary requirements
cd indi-big61-weather
python3 -m venv env
source env/bin/activate
python3 -m pip install -r requirements.txt
deactivate
- Create a small shell script that is called to run the python indidriver
nano indi_big61_weather
#!/bin/bash
/PATH/TO/REPO/python-indidrivers/indi-big61-weather/env/bin/python3 indi_big61_weather.py
- Move shell script to /usr/local/bin
sudo cp indi_big61_weather /usr/local/bin
Now you can call it using indiserver -v indi_big61_weather