The program should find your SQM device and the data adquisition.will start (if it's night-time).
The program should find your SQM device and the data adquisition.will start (if it's night-time).
In some systems, where python3 is the default version of python, you need to specify python2 as the interpreter to use. This is done usually running it as:
In some systems, where python3 is the default version of python, you need to specify python2 as the interpreter to use. This is done usually running it as:
> python2 -m pysqm
```
python2 -m pysqm
```
or
or
> python2.7 -m pysqm
```
python2.7 -m pysqm
```
Note: running the setup.py script is neither tested nor required. The program is currently being redesigned as a normal python package, but at present no setup is required.
Note: running the setup.py script is neither tested nor required. The program is currently being redesigned as a normal python package, but at present no setup is required.