From f87704a5c9216e4d77173aa59153bac40cb1c0d9 Mon Sep 17 00:00:00 2001 From: AlejandrixKing245 <126512358+Alejandrix2456github@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:29:26 -0600 Subject: [PATCH] added instructions 5. use python.exe portablemenu.py to load it --- INSTRUCTIONS.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 INSTRUCTIONS.txt diff --git a/INSTRUCTIONS.txt b/INSTRUCTIONS.txt new file mode 100644 index 0000000..cef10df --- /dev/null +++ b/INSTRUCTIONS.txt @@ -0,0 +1,6 @@ +1.Get Python from https://python.org +2.Get Git from https://git-scm.com/ (or it may be installed) +3.in git CMD or Bash type the next commands: +pip install ttkthemes +pip install tkinter (its incluided with Python) +4.If pip needs a update find a way to update it \ No newline at end of file