Try this if you are trying to use Windows7: Add an environment variable in windows Windows + Pause> Advanced Sys options> Environment variables Add new ones under system variables: Variable: Python34 Value: c: \ Python34 \ python.py (or if you have Python installed)
then execute with cmd: c: \ Python34> python setup_bs4.py install (setup_bs4.py-> the BS4 installation file is copied here)
and done ... :) I hope this helps.
source share