installing Scrapy in shared server environment

installing Scrapy in shared server environment as easy as below
you only need to define install directory

easy_install --install-dir=/home/py/www/programs/ -U Scrapy

Comments

Popular posts from this blog

Pyppeteer fix for BrowserError: Browser closed unexpectedly

overlay filesystem and containers

How to add pagination to django comments for your model