/krono.py

A port of the Krono code in Python

Primary LanguagePython

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 👍