Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # How to install python get-pip.py on Windows:
- # Raw "get-pip.py"
- https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
- # (CMD) Run: python get-pip.py install
- # pip will then be located in the python(ver) directory:
- ex. C:\python34\scripts\pip.exe
- ############# HOW TO INSTALL TWEEPY #############
- (FROM CMD->) python C:\python34\scripts\pip.exe install tweepy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement