Install Anaconda 3.6 for windows
Go to Anaconda Navigator and install package :
- Flask
- Scrapy
- Crochet
Run CMD into administrator and run the following command for install all package of Scrapy for running Scrappy in command line
conda config --add channels conda-forge
conda install -c conda-forge scrapy
Go to your folder
path/python-esgi
When you are in your directory, run the following command to run the web :
app.py
You will see a link like below in your cmd to go to the page of the Web Crawler click on it:
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)