Skip to content

Installation

git clone https://github.com/Weizhe-Chen/TorchGP.git
cd TorchGP
pip install -r requirements.txt
pip install -e .

If you would like to become a TorchGP developer and contribute to the project, please make sure to install the following development tools by running the command:

pip install -r requirements_dev.txt
pip install -r docs/requirements.txt

The documentation website can be launched locally via

mkdocs serve

Comments