Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed1ks authored Nov 28, 2023
1 parent 9137926 commit 547a01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Script to convert an Python package into an portable version

## How To Use Portable Version
Possible uses:
1. If you have any other Python version installed on your system, you just add following on top of your python lanuch code (assuming its in the same root directory as the directory of step 2):
1. You can add the Path to pythonw.exe as PATH Environment Variable.
2. If you have any other Python version installed on your system, you just add following on top of your python lanuch code (assuming its in the same root directory as the directory of step 2):
```
#!python3.11.4\pythonw.exe
```

2. You can add the Path to pythonw.exe as PATH Environment Variable.

0 comments on commit 547a01a

Please sign in to comment.