Web Scraping using Python Scrapy_BS4 - Software

Install the following software before web scraping.

  • Visual Studio Code
  • Python and Pip 
pip install virtualenv

virtualenv myenv

 Activating a Virtual Environment

Myenv \scripts\activate     -Windwos
Source myenv/scripts/avtivate    -Mac

 

猜你喜欢

转载自www.cnblogs.com/keepmoving1113/p/11787291.html
今日推荐