@@ -20,15 +20,15 @@ Setting things up
2020
21214. Install dependencies:
2222
23- ``$ pip install -r requirements.txt ``
23+ ``$ pip install -r requirements.txt ``
2424
25- ``$ pip install -r requirements-dev.txt ``
25+ ``$ pip install -r requirements-dev.txt ``
2626
27275. In order to run tests you need to set the following environment variables:
2828
29- ``$ export CHAT_ID=your-chat-id ``
29+ ``$ export CHAT_ID=your-chat-id ``
3030
31- ``$ export TOKEN=your-bot-token ``
31+ ``$ export TOKEN=your-bot-token ``
3232
3333Finding something to do
3434-----------------------
@@ -72,13 +72,13 @@ Here's how to make a one-off code change.
7272
7373 - Before making a commit ensure that all automated tests still pass:
7474
75- ``$ make test ``
75+ ``$ make test ``
7676
7777 - To actually make the commit and push it to your GitHub fork, run:
7878
79- ``$ git commit -a -m "your-commit-message-here" ``
79+ ``$ git commit -a -m "your-commit-message-here" ``
8080
81- ``$ git push origin your-branch-name ``
81+ ``$ git push origin your-branch-name ``
8282
83834. **When your feature is ready to merge, create a pull request. **
8484
@@ -127,4 +127,4 @@ Here's how to make a one-off code change.
127127.. _`developers' mailing list` : mailto:devs@python-telegram-bot.org
128128.. _`Google Python Style Guide` : https://google-styleguide.googlecode.com/svn/trunk/pyguide.html
129129.. _`Google Python Style Docstrings` : http://sphinx-doc.org/latest/ext/example_google.html
130- .. _AUTHORS.rst : https://github.com/python-telegram-bot/python-telegram-bot/blob/master/AUTHORS.rst
130+ .. _AUTHORS.rst : https://github.com/python-telegram-bot/python-telegram-bot/blob/master/AUTHORS.rst
0 commit comments