We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ef694 commit 0fa2e3dCopy full SHA for 0fa2e3d
ch06/install.py
@@ -41,11 +41,11 @@
41
importtwitter
42
exceptImportError:
43
print("""\
44
-You need to install python-twitter.
45
-On Linux:
46
- sudo pip install python-twitter
47
-On Windows:
48
- Follow instructions at http://code.google.com/p/python-twitter/ """)
+You need to install python-twitter:
+ pip install python-twitter
+If pip is not found you might have to install it using easy_install.
+If it does not work on your system, you might want to follow instructions
+at http://code.google.com/p/python-twitter/ """)
49
50
sys.exit(1)
51
0 commit comments