Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 9b0f9f1

Browse files
committed
Update README.md Sample app section
bottle-session needs to be installed for the sample app to work.
1 parent d51700b commit 9b0f9f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ This repository includes a one-file sample app that uses the bottle framework an
198198
authentication, subscriptions, and update processing. To try it out:
199199

200200
* Download bottle if you don't already have it: pip install bottle
201+
* Download bottle-session if you don't already have it: pip install bottle-session
201202
* Set your redirect URI to 'http://localhost:8515/oauth_callback' in your dev profile
202203
* Open up sample\_app.py, update it with your client\_id and secret, and set redirect URI to 'http://localhost:8515/oauth_callback'
203204
* Run the file; it will host a local server on port 8515.

0 commit comments

Comments
 (0)