python3网络爬虫准备工具
pip3:安装方法–>sudo apt-get install python3-pip
requests:安装方法–>pip3 install requests
BeautifulSoup4:安装方法–>pip3 install BeautifulSoup4(权限问题我是用sudo -H解决的)
编辑工具:jupyter notebook:安装方法–>pip3 install jupyter
pip3:安装方法–>sudo apt-get install python3-pip
requests:安装方法–>pip3 install requests
BeautifulSoup4:安装方法–>pip3 install BeautifulSoup4(权限问题我是用sudo -H解决的)
编辑工具:jupyter notebook:安装方法–>pip3 install jupyter