Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WingedSeal committed Jan 15, 2022
1 parent c711afb commit 4608e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sys.path.append('PATH_TO_FOLDER_HERE') # noqa
import main # type: ignore
main.main()
```
And replace `PATH_TO_FOLDER_HERE` with pure window path to `main.py`'s parent directly you downloaded.
And replace `PATH_TO_FOLDER_HERE` with pure window path to `main.py`'s parent directory you downloaded.
For example, if my `main.py`'s path is `D:/Users/User/Documents/GitHub/JMC`
```python
import sys
Expand Down

0 comments on commit 4608e32

Please sign in to comment.