Advertisement
BaSs_HaXoR

How to install python get-pip.py and Tweepy on Windows

Mar 5th, 2015
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # How to install python get-pip.py on Windows:
  2. # Raw "get-pip.py"
  3.  
  4. https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
  5.  
  6. # (CMD) Run: python get-pip.py install
  7.  
  8. # pip will then be located in the python(ver) directory:
  9. ex. C:\python34\scripts\pip.exe
  10.  
  11. ############# HOW TO INSTALL TWEEPY #############
  12. (FROM CMD->) python C:\python34\scripts\pip.exe install tweepy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement