Skip to content

Commit

Permalink
Add python path to commands for running bot
Browse files Browse the repository at this point in the history
  • Loading branch information
jessamynsmith committed May 31, 2019
1 parent 1accbbc commit e2cb3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Verify all supported Python versions:

Run bot:

./bin/run_bot.py reply_to_mentions # Check twitter stream for mentions, and reply
./bin/run_bot.py post_message # Post a message to twitter
PYTHONPATH=. ./bin/run_bot.py reply_to_mentions # Check twitter stream for mentions, and reply
PYTHONPATH=. ./bin/run_bot.py post_message # Post a message to twitter


### Validating The Project Locally
Expand Down

0 comments on commit e2cb3a4

Please sign in to comment.