This is an auto-generated repository for use in GTO Get Started. It is a step-by-step quick introduction into basic GTO concepts.
🐛 Please report any issues found in this project here - example-repos-dev.
Python 3.7+ is required to run code from this repo.
$ git clone https://github.com/iterative/example-gto
$ cd example-gto
Now let's install the requirements. But before we do that, we strongly recommend creating a virtual environment with a tool such as virtualenv:
$ virtualenv -p python3 .env
$ source .env/bin/activate
$ pip install -r requirements.txt
To understand how this repo is generated, take a look at the example-gto/generate.sh
file. To reproduce it locally, clone the repo, cd into example-gto
, and run bash generate.sh
.