From ac82987de672a1850587e6324cc287eba0380200 Mon Sep 17 00:00:00 2001 From: Eyebullistik <121452254+Eyebullistik@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:16:52 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 077cd63..f3e174e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # autoPlanner -(WIP) An auto creation tool for Ridgebotics 2024 +(WIP) An auto creation tool for Ridgebotics 2025 ### Install ```shell -git clone https://github.com/astatin3/autoPlanner -cd autoPlanner +git clone https://https://github.com/Team4388/autoPlanner2025/tree/pyside +cd autoPlanner2025 pip install -r requirements.txt python3 ./main.py ```