Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospuenteg authored Nov 5, 2022
1 parent de79bdf commit 45b1aec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Then, to **extract** the file from the modified image, you **DON'T need the orig
```bash
python3 -m pip install -r requirements.txt
```
If that doesn't work, you can try:
```bash
py -m pip install -r requirements.txt
```


### Run the script
Expand Down

0 comments on commit 45b1aec

Please sign in to comment.