简体   繁体   中英

beautifulsoup in python3.4 cannot use in pycharm

I am using ubuntu14.0LTS and pycharm IDE how to download and install beautifulsoup and add beautifulsoup library into pycharm.

I tried using pip install it's not working.

pip install beautifulsoup4 does not work?

Did you try to create a new virtualenv in pycharm and simple add library?

THis is how I found it,

First I click on file in the top menu.

then I click on settings, now look for project interpreter this where you can add beautifulsoup by clicking on the green cross on the right site of the screen.

After installing it. Call it by using : from bs4 import beautifulsoup

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM