Skip to content

Install

Alex Pereira edited this page Jan 19, 2023 · 3 revisions

Installation Process

This page will guide you through the installation process for this software on different operating systems.

How to install on Linux

On linux run the following commands in order from terminal:

sudo apt install python3 python3-dev python3-pip python3-pil python3-smbus git cmake ninja-build

pip install -U pip wheel setuptools

pip install transforms3d opencv-contrib-python pupil-apriltags robotpy[apriltag]

How to install on Windows:

Install Python 3.10.8 for Windows, being sure to add Python to PATH. Then, install the required packages using this command:

pip install transforms3d opencv-contrib-python pupil-apriltags robotpy[apriltag]