Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
weisserw committed May 12, 2016
1 parent dde441f commit 351bae6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ We do it big.

To run this you need to install the requirements:

% pip install -r pip.requirements
`% pip install -r pip.requirements`

Then create config.json file in the same directory as the sources. It should look something like:

{
`{
"token": "<SLACK TOKEN>",
"erruser": "<Username to send errors to>",
"twitter": {
Expand All @@ -33,8 +33,8 @@ Then create config.json file in the same directory as the sources. It should loo
}
}
}
}
}`

Finally, you can execute:

% python run.py
`% python run.py`

0 comments on commit 351bae6

Please sign in to comment.