Skip to content

Repo for experimenting with python indidrivers for pyindi

License

Notifications You must be signed in to change notification settings

so-mops/python-indidrivers

Repository files navigation

python-indidrivers

Repo for experimenting with python indidrivers for pyindi

Installation

To use one of these indidrivers you must:

  1. 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
  1. 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
  1. 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

About

Repo for experimenting with python indidrivers for pyindi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published