python爬虫 - Mac下内置python2.7如何安装模块?
黄舟
黄舟 2017-04-18 09:28:42
0
1
269
黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(1)
刘奇

pip list The listed modules have been downloaded and installed, directly in the code:

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 bs4

Questions I answered: Python-QA

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!