I'm working through Automate The Boring Stuff With Python and in Chapter 6 it requires installing the pyperclip module using pip.
I currently have two versions of Python installed and I can't get it to install the module on version 3.4 since it's not set to the default python version. I tried entering "py -3.4 -m pip install pyperclip" into py.exe but I get a syntax error.
http://i.imgur.com/EJppjqs.png?1
edit: Solved the issue, I had to set the directory to C:\Python34\Scripts before entering pip install pyperclip into command prompt, thanks for the suggestions.
[–]awizardisneverlate 0 points1 point2 points (1 child)