mteodoro / mmutils

Tools for working with MaxMind GeoIP csv and dat files
MIT License
95 stars 47 forks source link

Added a requirements.txt to make usage easier #5

Closed tsg closed 9 years ago

tsg commented 9 years ago

Hi, thanks for the nice tool. I added a requirements.txt to make using it easier.

Typical install instruction would then be:

virtualenv env
pip install -r requirements.txt

And no more requirements discovery by trial and error.

mteodoro commented 9 years ago

Thanks, much appreciated!