From f6e75c46d4f08a073f5fc07dd0bc122138f52436 Mon Sep 17 00:00:00 2001 From: "Petr@AP Consulting" <173082609+PetrAPConsulting@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:17:47 +0100 Subject: [PATCH] Update README.md I changed command for running script from Mac version (python3) to Windows version (python) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70a1b5c..b82e5fc 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ print("\nAll conversions completed!") ``` 2. Place the script in the same directory as your files 3. Install required packages: like openai -4. Run script ```bash python3 convert.py ``` +4. Run script ```bash python convert.py ``` Note that original files will remain unchanged and new markdown files are created with the same base name.