I\'ve just installed python 3.6 which comes with pip
However, in Windows command prompt, when I do: \'pip install bs4\' it returns \'SyntaxError: invalid syntax\' un
"D:\Program Files\Py\Scripts\pip.exe" install numpy -U
YOUR PATH to pip.exe in Python folder + install + YOUR LIB + -U
The OS is not recognizing 'python' command. So try 'py'
Use 'py -m pip'