Update README.md
I changed command for running script from Mac version (python3) to Windows version (python)
This commit is contained in:
parent
f4471d96e2
commit
f6e75c46d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue