Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 1.46 KB

README.md

File metadata and controls

62 lines (47 loc) · 1.46 KB

python-prototype

A FIRST Robot created for mechanical and programming practice

written in Python using the robotpy module


Cloning the Repository

There are multiple ways to clone a Github Repository

Using Github Desktop (Recommended)

  1. Install Github Desktop

  2. Sign into Github Desktop

  3. Clone Repository using URL option

    https://github.com/Team2556/python-prototype
    

Through Command Line

  1. Install Git

  2. Clone the Repository

    git clone https://github.com/Team2556/python-prototype.git
  3. Enter local repository directory

    cd python-prototype

Deploying the Code

  1. Check if Python 12.5 (or higher) is installed

    python --version

    If not, install Python 12.6 here

  2. Install RobotPy module

    pip install robotpy
  3. Enter src directory

    cd src
  4. Run the Robot Code

    robotpy run

Radioactive Roaches

FIRST Robotics Competition - Team 2556
📍 Located Niceville Florida, USA
team2556.com | [email protected]