-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Thaw De Zin edited this page Feb 20, 2020
·
2 revisions
- Download Python 3 version of Anaconda from here
- Crate new environment using
conda create -n yourenvname python=3.x anaconda
- 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
- For the IDE, Visual Studio Code is recommended. Download here