Skip to content

Commit 45b1aec

Browse files
Update README
1 parent de79bdf commit 45b1aec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ Then, to **extract** the file from the modified image, you **DON'T need the orig
4646
```bash
4747
python3 -m pip install -r requirements.txt
4848
```
49+
If that doesn't work, you can try:
50+
```bash
51+
py -m pip install -r requirements.txt
52+
```
4953

5054

5155
### Run the script

0 commit comments

Comments
 (0)