conda
installed (installation instructions)git
installed (optional but recommended; installation instructions)git
installed then clone the PyCamPermanent repo and move into the PyCamPermanent directory:
git clone https://github.com/volcanotech-sw/PyCamPermanent.git
cd PyCamPermanent
git
installed you can still download and extract the repository (for instructions, see 'If All Else Fails, Get The Code' on this page)
Create a new python 3.8
conda environment and activate it:
conda create -n pycam python=3.8
conda activate pycam
Install dependencies from the requirements.txt file:
pip install -r requirements.txt
Run pycam
:
python run_pycam.py