Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 525 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 525 Bytes

Krono.py

A port of the Krono code in Python.

Development Environment Setup

  1. Install Python and RobotPy
  2. Clone this repo using the git clone https://github.com/ApesofWrath/krono.py command
  3. OPTIONAL! Use an environment manager to seperate your environment from the global environment
  4. Open the cloned repo in vscode; then, in the integrated terminal, run python -m robotpy sync.
  5. You should be good to go 👍