- Detailed user and quick start guides can be found at: https://www.volcanotech.org/software.html
- Windows 10/11
conda
installed (installation instructions)git
installed (optional but recommended; installation instructions)
- 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
- 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