Installation¶
Cloning the Repository¶
In your terminal, type in the command below. Make sure you're in the directory you'd like this to be in:
Then, to get into the repository, type:
Setting Up The Environment¶
First, install Python 3.10.13
Then, create a new virtual environment to work in:
Note
If you don't have virtualenv
installed, run pip install virtualenv
or brew install virtualenv
(macOS) first.
Activate your virtual environment using:
Lastly, install the benchmark_eval_requirements.txt
file:
Note
You'll see that there is also a requirements.txt
file in the repository. That was from the original TrackEval, but it's a bit outdated and doesn't have updated installations.