Installation
To install gpCAM:
make sure you have Python >=3.9 installed
open a terminal
create a python environment: e.g. "python3 -m venv test_env", for conda: conda create --name my_cool_venv_name python=3.8
activate the environment: "source ./test_env/bin/activate", conda: activate my_cool_venv_name (Windows) and source activate my_cool_venv_name (Mac, Linux)
type "pip install gpcam"
gpCAM will automatically install fvGP and HGDL..