To install gpCAM:
Make sure you have Python >=3.11 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.11
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, HGDL, and all other dependencies. Some functionalities need other upsteam libraries, but if so, gpCAM will ask for them.