人生最曼妙的风景,竟是内心的淡定与从容!
pip list The listed modules have been downloaded and installed, directly in the code:
pip list
import bs4
It’s ready to use, no installation required
In addition, it is better to use pip install 會比 easy_install when installing packages or modules.
pip install
easy_install
$ pip install bs4
Questions I answered: Python-QA
pip list
The listed modules have been downloaded and installed, directly in the code:It’s ready to use, no installation required
In addition, it is better to use
pip install
會比easy_install
when installing packages or modules.Questions I answered: Python-QA