volcanotech-sw / PyCamPermanent

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

PyCam project repo

Documentation

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/volcanotech-sw/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