Installation - vanTeeffelenLab/ExTrack Wiki
Installation from this GitHub repository
From Unix/Mac:
sudo apt install git
(if git is not installed)
git clone https://github.com/FrancoisSimon/ExTrack-python3.git
cd ExTrack
sudo python setup.py install
From Windows using anaconda prompt:
Need to install git if not already installed.
git clone https://github.com/FrancoisSimon/ExTrack-python3.git
One can also just manually download the package if git is not install
cd ExTrack-python3
python setup.py install
from the ExTrack directory
From pip
pip install extrack