I want to install PyYAML for a project and all I can find is a link to the http://pyyaml.org/ site. I downloaded the python 3.5 exe file and it says "Python 3.5 version required, which was not found in the registry"
I searched on other ways on installing it. The only other one I found on stack overflow was "$ pip install pyyaml". It does not say where the command should be used to install the package.