Skip to content

twVolc/PyCamPermanent

Repository files navigation

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
  • If you don't have git installed you can still download and extract the repository (for instructions, see 'If All Else Fails, Get The Code' on this page)
    • Once downloaded you need to extract the files from the zipped file and navigate to the newly extracted directory in your terminal
  1. Create a new python 3.8 conda environment and activate it:
conda create -n pycam python=3.8
conda activate pycam
  1. Install dependencies from the requirements.txt file:
pip install -r requirements.txt
  1. Run pycam:
python run_pycam.py