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

Commit b5e136b

Browse files
committed
Merge branch 'master' of github.com:Instagram/python-instagram
2 parents efe46fc + 136be37 commit b5e136b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ 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
202+
* Download and run a redis instance on port 6379 if you don't already have it. Check http://redis.io for instructions.
201203
* Set your redirect URI to 'http://localhost:8515/oauth_callback' in your dev profile
202204
* Open up sample\_app.py, update it with your client\_id and secret, and set redirect URI to 'http://localhost:8515/oauth_callback'
203205
* Run the file; it will host a local server on port 8515.

0 commit comments

Comments
 (0)