Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.25 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.25 KB

RobotCode2023

Build

This project contains 6328's robot code for the 2023 CHARGED UP game. See also:

CHARGED UP logo

Python Environment

To set up the Python environment for formatting with Black and running Kairos, follow the steps below.

python -m venv venv
source ./venv/bin/activate # Linux/macOS
.\\venv\\Scripts\\activate # Windows
pip install -r requirements.txt