File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,13 @@ Install Twython via pip:
3232$ pip install twython
3333```
3434
35- Or, if you want the code that is currently on GitHub
35+ 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:
36+
37+ ```
38+ pip install twython==3.7.0`
39+ ```
40+
41+ Or, if you want the code that is currently on GitHub:
3642
3743``` bash
3844git clone git://github.com/ryanmcgrath/twython.git
Original file line number Diff line number Diff line change 99 from distutils .core import setup
1010
1111__author__ = 'Ryan McGrath <ryan@rymc.io>'
12- __version__ = '3.9.0 '
12+ __version__ = '3.9.1 '
1313
1414packages = [
1515 'twython' ,
Original file line number Diff line number Diff line change 1919"""
2020
2121__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
22- __version__ = '3.9.0 '
22+ __version__ = '3.9.1 '
2323
2424from .api import Twython
2525from .streaming import TwythonStreamer
You can’t perform that action at this time.
0 commit comments