I have done this: How to install Flask on Windows? I currently have installed Python 3.4, which includes pip already. When i run pip install flask in windows commandline as admin it returns
C:\Python34>python.exe pip install flask
python.exe: can't open file 'pip': [Errno 2] No such file or directory
Python IDLE returns
pip install flask
SyntaxError: invalid syntax
So, what have i done wrong? :/ I'm running Windows 7 64bit