Computer Installation

Note

Installation via pip typically requires internet access

FRC-AprilTags requires a Python version greater than 3.7 to be installed on your computer. This package is also not supported on 32-bit installations of Python except on ARM coprocessors. Therefore, you must have a 64-bit python installation on your computer.

Once you have installed Python, you can use pip to install FRC-AprilTags. While it is possible to install without pip, due to its dependencies this is not recommended nor supported.

Warning

On Windows, the Visual Studio 2019 redistributable is required to install this package.

Run the following command from cmd or Powershell to install the frc-apriltags packages:

pip install frc-apriltags

To upgrade, you can run this:

pip install --upgrade frc-apriltags

If you don’t have administrative rights on your computer, either use virtualenv/virtualenvwrapper-win, or or you can install to the user site-packages directory:

pip install --user frc-apriltags