Skip to content

Commit

Permalink
update readme with venv recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyuanw committed Dec 17, 2023
1 parent 6a32e6e commit 352b21d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ Built with `pymobiledevice3` and `leaflet`.

## Requirements

- Python version 3.11.X
- Python version **3.11.x**
- iOS Device in [developer mode](https://developer.apple.com/documentation/xcode/enabling-developer-mode-on-a-device)

## Run

Install pip3 dependencies
It's recommended to use a [virtual environment](https://docs.python.org/3/tutorial/venv.html)

```shell
python3 -m venv ./.venv
source ./.venv/bin/activate
```

Install python dependencies

```shell
pip3 install -r requirements.txt
Expand Down

0 comments on commit 352b21d

Please sign in to comment.