commit c5f194207f2cdf3cf3f9a8fd38312975dfbecf6a
parent 2d16ed3f2b2bff910d0d4a22a07a0df9c3a605f2
Author: Sharifjon Sharipov <ss2393506@gmail.com>
Date: Sun, 15 Feb 2026 11:01:09 +0000
Clarify command to run the application
Updated usage instructions for running the application.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -2,4 +2,4 @@
CNC Thread Calculator that calculates thread parameters for CNC machining. Especially helpful for Sinumerik 808d users.
To be able to use it, install all the necessary modules (pandas, tkinter etc.) and run:
-'python3 main.py' (linux) or 'python main.py' (windows).
+'python3 main.py'