This project is written for python3. This link will help you setup up for macOS
This is for ubuntu systems. Here are some steps to help you get the project started!
git clone https://github.com/miguelsaldivar/trackpy.git
cd trackpy
virtualenv -p python3 .env
-> creates a .env folder in the trackpy directorysource .env/bin/activate
-> activates the virtualenv scriptpip install -r requirements.txt
-> downloads the required python librariesdeactivate
-> deactivates the virtualenv script