Hacker News new | ask | show | jobs
by haldean 3738 days ago
How would you install a package that depended on this? You can't install it's dependencies automatically until you've got one of the dependencies installed.
1 comments

Like I say in README[0], you have to put `requirements.py` beside your `setup.py`

[0]: https://github.com/socketubs/requirements#usage