Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clpo13 committed Dec 21, 2018
1 parent 4c1dd23 commit a8dfa15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ CONSUMER_KEY: <consumer token>
CONSUMER_SECRET: <consumer secret token>
```
For `SECRET_KEY`, try using the results of `python -c "import os; print repr(os.urandom(24))"`.
For `SECRET_KEY`, try using the results of `python -c "import os; print(repr(os.urandom(24)))"`.

Install dependencies with `pip install -r requirements.txt` (preferably in a virtualenv).

To run locally, try `FLASK_APP=app.py FLASK_ENV=development flask run`.

0 comments on commit a8dfa15

Please sign in to comment.