We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6c155 commit 2eabdd9Copy full SHA for 2eabdd9
ch06/install.py
@@ -42,7 +42,11 @@
42
pip install python-twitter
43
If pip is not found you might have to install it using easy_install.
44
If it does not work on your system, you might want to follow instructions
45
-at http://code.google.com/p/python-twitter/ """)
+at https://github.com/bear/python-twitter, most likely:
46
+ $ git clone https://github.com/bear/python-twitter
47
+ $ cd python-twitter
48
+ $ sudo python setup.py install
49
+""")
50
51
sys.exit(1)
52
0 commit comments