Update README.md

I changed command for running script from Mac version (python3) to Windows version (python)
This commit is contained in:
Petr@AP Consulting
2024-12-18 21:17:47 +01:00
committed by GitHub
parent f4471d96e2
commit f6e75c46d4

View File

@@ -91,7 +91,7 @@ print("\nAll conversions completed!")
``` ```
2. Place the script in the same directory as your files 2. Place the script in the same directory as your files
3. Install required packages: like openai 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. Note that original files will remain unchanged and new markdown files are created with the same base name.