3.9.1
This commit is contained in:
parent
ecc5f103f4
commit
0c40560428
3 changed files with 9 additions and 3 deletions
|
|
@ -32,7 +32,13 @@ Install Twython via pip:
|
|||
$ pip install twython
|
||||
```
|
||||
|
||||
Or, if you want the code that is currently on GitHub
|
||||
If you're on a legacy project that needs Python 2.7 support, you can install the last version of Twython that supported 2.7:
|
||||
|
||||
```
|
||||
pip install twython==3.7.0`
|
||||
```
|
||||
|
||||
Or, if you want the code that is currently on GitHub:
|
||||
|
||||
```bash
|
||||
git clone git://github.com/ryanmcgrath/twython.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue