nanomsg / nnpy

cffi-based Python bindings for nanomsg
MIT License
117 stars 39 forks source link

suggest pip install #10

Closed RonnyPfannschmidt closed 9 years ago

RonnyPfannschmidt commented 9 years ago

when using setuptools, the install command is an alias for easy_install . die to pretty horrific legacy reasons

this brings in setuptools dependency management and encapsulated egg installs (which is in general a bad idea to throw into a global python, since afterwards ALL system python tools pay the egg cost due to the easyinstall pth)

djc commented 9 years ago

Thanks!