html - How to install beautiful soup 4 with python 2.7 on windows -
i have windows vista python 2.7. install beautifulsoup 4 apparently can't install beautiful soup copying file site-packages directory. have install pip , run commands command prompt. guide me through step step. noob make simple. in advance
you don't need pip
installing beautiful soup - can download , run python setup.py install
directory have unzipped beautifulsoup in (assuming have added python system path
- if haven't , don't want can run c:\path\to\python27\python "c:\path\to\beautifulsoup\setup.py" install
)
however, should install pip
- see how install pip on windows how best (via @martijnpieters comment)
Comments
Post a Comment