Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 477 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 477 Bytes

8032 Codebase FRC Build

Getting Started

  1. Download this github repository (green button in the upper right corner).
  2. Install dependencies
pip install -r requirements.txt
  1. Run the python file:
python robot/robot.py deploy

That's It!

Making changes

  1. Edit robot.py with your changes.
  2. Create a pull request
    1. More info on this later!