Tazjel

Saturday, August 20, 2011

Steps to install Scrapy

Steps to install Scrapy.
The following steps assumes that you already have python installed. To make your installation easy the steps recommend using easy_install tool.

 # Install Scrapy :
easy_install -U Scrapy
 
#  Test your Scrapy installation
# 1. Within python interpreter, import the following batteries and there should not be any errors

>>> import zope.interface
>>> import twisted
>>> import lxml
>>> import OpenSSL
>>> import scrapy
>>> print twisted.version
[twisted, version 10.2.0]

 # 2. If you need to find the version of a particular battery then use module attribute .version or .__version__ as below

print twisted.version
 ==> [twisted, version 10.2.0]
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Post Older Post Home

Labels

  • 10th (1)
  • Browser (1)
  • GTD (3)
  • Install (4)
  • Kubuntu (5)
  • Network (2)
  • google (2)
  • office (1)

About Me

Unknown
View my complete profile

Followers

Simple theme. Powered by Blogger.