File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed
Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ Table of contents
4949
5050- `Installing `_
5151
52- - `Getting the code `_
53-
5452- `Getting started `_
5553
5654 #. `Learning by example `_
@@ -118,37 +116,6 @@ You can install or upgrade python-telegram-bot with:
118116
119117 $ pip install python-telegram-bot --upgrade
120118
121- ===================
122- _`Getting the code `
123- ===================
124-
125- The code is hosted at https://github.com/python-telegram-bot/python-telegram-bot
126-
127- Check out the latest development version anonymously with:
128-
129- .. code :: shell
130-
131- $ git clone https://github.com/python-telegram-bot/python-telegram-bot
132- $ cd python-telegram-bot
133-
134- Install dependencies:
135-
136- .. code :: shell
137-
138- $ pip install -r requirements.txt -r requirements-dev.txt
139-
140- Run tests:
141-
142- .. code :: shell
143-
144- $ make test
145-
146- To see other available options, run:
147-
148- .. code :: shell
149-
150- $ make help
151-
152119==================
153120_`Getting started `
154121==================
You can’t perform that action at this time.
0 commit comments