X Tutup
Skip to content

Commit 0ace0aa

Browse files
committed
README: remove "Getting the Code" section, confuses users like python-telegram-bot#297
1 parent f5847be commit 0ace0aa

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

README.rst

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff 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
==================

0 commit comments

Comments
 (0)
X Tutup