twVolc / PyCamPermanent

Permanent PiCam (SO2) installation project software
GNU General Public License v3.0
1 stars 2 forks source link

PyCam project repo

Pre-requsities

Installation instructions

  1. If you have git installed then clone the PyCamPermanent repo and move into the PyCamPermanent directory:
    git clone https://github.com/twVolc/PyCamPermanent.git
    cd PyCamPermanent
  1. Create a new python 3.8 conda environment and activate it:

    conda create -n pycam python=3.8
    conda activate pycam
  2. Install dependencies from the requirements.txt file:

    pip install -r requirements.txt
  3. Run pycam:

    python run_pycam.py