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
The OS is not recognizing 'python' command. So try 'py'
Use 'py -m pip'