Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 558 Bytes

install.rst

File metadata and controls

14 lines (10 loc) · 558 Bytes

Developer Installation

Installing WPILib from git

Warning

These instructions are only intended for those users wanting to deploy a custom modified version of the RobotPy WPILib source code

  1. Install python on the roboRIO using one of the methods in the installation guide <install_robotpy>.
  2. Checkout the robotpy-wpilib git repository, and make your changes there
  3. To deploy your changes, you can run devtools/build_and_deploy.sh from the root of the git repository.