Skip to content
Sravan Kumar edited this page Apr 4, 2015 · 1 revision

Welcome to the PythonWebSearch wiki!

Developed in/for Linux distributions

SYS Requirements:

  • Ubuntu

  • Python installation

    • sudo apt-get install python3
  • Pip installation # to install python packages

    • easy_install pip
  • Installing lxml

    • apt-get install libxml2-dev libxslt1-dev python-dev
    • apt-get install python-lxml
  • Installing required modules

    • pip install requests
Clone this wiki locally