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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -