Installation

Install using PIP

All releases of N.Y.A.W.C are available on PyPi (link).

  1. Make sure you are using Python 2.7/3.3 or higher.
  2. $ pip install --upgrade nyawc

Install using EasyInstall

  1. Make sure you are using Python 2.7/3.3 or higher.
  2. $ easy_install --upgrade nyawc

Download as ZIP

  1. Make sure you are using Python 2.7/3.3 or higher.
  2. Download and extract the ZIP file (link).
  3. Run the unit-tests to verify you have a working version.
    1. $ python -m unittest discover.
  4. Install N.Y.A.W.C.
    1. $ python setup.py install

Clone using GIT

  1. Make sure you are using Python 2.7/3.3 or higher.
  2. Clone the project
    1. $ git clone https://github.com/tijme/not-your-average-web-crawler.git.
  3. Run the unit-tests to verify you have a working version.
    1. $ python -m unittest discover.
  4. Install N.Y.A.W.C.
    1. $ python setup.py install