Skip to content

Commit 2eabdd9

Browse files
committed
Clearer message
1 parent 9f6c155 commit 2eabdd9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ch06/install.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@
4242
pip install python-twitter
4343
If pip is not found you might have to install it using easy_install.
4444
If it does not work on your system, you might want to follow instructions
45-
at http://code.google.com/p/python-twitter/ """)
45+
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+
""")
4650

4751
sys.exit(1)
4852

0 commit comments

Comments
 (0)