Getting PyTrackDat

Getting Stable Versions Through PyPI

The easiest way to download PyTrackDat is through PyPI (the Python Package Index) using pip.

To download the latest stable release, run the following command:

macOS/Linux:

pip3 install pytrackdat

Windows:

pip install pytrackdat

Once downloaded, open a Terminal window (macOS/Linux) or a Command Prompt (Windows) and cd to a working directory where you want your PyTrackDat files to live:

macOS/Linux:

cd /path/to/pytrackdat

Windows:

cd \path\to\pytrackdat

Getting Development Versions (Advanced Users Only)

To get the latest development version of PyTrackDat, clone the repository (provided Git is installed) using the following command in a Terminal or Command Prompt window:

git clone https://github.com/pytrackdat/pytrackdat.git