Edit on GitHub
Installation
You'll need Python to install GTO, and Git to use it.
To check whether GTO is installed in your environment, run which gto
. To check
which version is installed, run gto --version
.
Install as a Python library
GTO is distributed as a Python library, so it works on any OS. You can install it with a package manager like pip or Conda.
We strongly recommend creating a virtual environment or using pipx to encapsulate your local environment.
$ pip install gto
This will install the gto
command-line interface
(CLI) and make the Python API available for use in code.