InstallationΒΆ

For local development on a computer with an internet connection:

pip install wpilib-controller

To install onto an offline roboRIO:

# with an internet connection
pip download wpilib-controller -d pip_cache
# whilst connected to your robot
robotpy-installer install-pip wpilib-controller