Skip to content

Installation

Thaw De Zin edited this page Feb 20, 2020 · 2 revisions
  1. Download Python 3 version of Anaconda from here
  2. Crate new environment using

conda create -n yourenvname python=3.x anaconda

  1. Activate your environment and install Scrapy by using only conda install (pip install scrapy is not working or error prone)

conda activate yourenvname

conda install -c anaconda scrapy

  1. For the IDE, Visual Studio Code is recommended. Download here
Clone this wiki locally