From d0e35baa56f2929b68ecb90e038fb75f40fe673a Mon Sep 17 00:00:00 2001 From: Eyebullistik <121452254+Eyebullistik@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:25:53 -0600 Subject: [PATCH] Changed ReadMe and Requirements --- README.md | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3e174e..9bf6ab6 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ python3 ./main.py ##### "Path Editor" Tab: -- Click to add nodes -- Click on specific points to manipulate paths and nodes +- Right click to add nodes +- Left click on specific points to manipulate paths and nodes - Double click on nodes to delete them - Double click on control points to make path, and robot movment continuous, while keeping the node clicked the at the same location diff --git a/requirements.txt b/requirements.txt index 2806a78..f5cf443 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ numpy -pygame -crossfiledialog \ No newline at end of file +crossfiledialog +pyside6 \ No newline at end of file