team illusion frc code
this project uses poetry to manage dependencies. install it with pip install poetry
.
to install the dependencies, run poetry install
.
to enter the new virtual environment, use poetry shell
.
this project uses poe to manage scripts. to run a script, use poe <script>
. to see all available scripts, use poe
.
poe precommit
poe deploy