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