Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afwolfe committed Feb 5, 2022
1 parent afcab87 commit ae91476
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ The `watchapp/` folder contains the source for the Pebble app. The PebbleKit JS
```sh
$ cd server
$ pip install pipenv
$ pipenv install
$ pipenv install --skip-lock
```
* The `--skip-lock` is necessary due to a strict version pinning of `click` in pyicloud see [pyicloud issue #289](https://github.com/picklepete/pyicloud/issues/289)
2. Open a pipenv shell and configure your iCloud account for 2FA, see [the pyicloud documentation](https://github.com/picklepete/pyicloud#authentication) for more details.
* It is recommended that you save your password/2FA in the keyring using the `icloud` command.
* This will make server startup seamless without the need for interaction
Expand Down Expand Up @@ -79,4 +80,4 @@ The `watchapp/` folder contains the source for the Pebble app. The PebbleKit JS
* [vimalloc/flask-jwt-extended](https://github.com/vimalloc/flask-jwt-extended) - JWT support for Flask.
* [smallstoneapps/js-message-queue](https://github.com/smallstoneapps/js-message-queue/) - PebbleKit JS AppMessage queue library
* [matthewtole/pebble-assist.h](https://gist.github.com/matthewtole/7699013) - Utility macros for Pebble development
* [picklepete/pyicloud](https://github.com/picklepete/pyicloud) - Python iCloud wrapper.
* [picklepete/pyicloud](https://github.com/picklepete/pyicloud) - Python iCloud wrapper.

0 comments on commit ae91476

Please sign in to comment.