ashim888 / awis

A python script to query Amazon's Alexa Web Information Service (AWIS).
GNU General Public License v3.0
37 stars 18 forks source link

missing deps in the pip package #6

Closed mikkokotila closed 6 years ago

mikkokotila commented 6 years ago

bs4 and requests are missing. Giving that the module only runs when these are present, maybe better to include it to setup.py. If you like I can make a PR with this change.

mikkokotila commented 6 years ago

also lxml and xmltodict. So all in four:

pip install requests pip install bs4 pip install lxml pip install xmltodict

ashim888 commented 6 years ago

@mikkokotila done but make sure you have these two libxml2-dev and libxslt-dev :+1: