本文主要是介绍ubuntu/linux pyhton3.x 安装pip、requests、bs4 BeautifulSoup4,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
安装pip
sudo apt-get install python3-pip
安装requests
sudo pip3 install requests --upgrade
安装BeautifulSoup4
sudo pip install BeautifulSoup4
这篇关于ubuntu/linux pyhton3.x 安装pip、requests、bs4 BeautifulSoup4的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!