insanum / sncli

Simplenote CLI
MIT License
397 stars 34 forks source link

No urwid? #5

Closed shelbyKiraM closed 10 years ago

shelbyKiraM commented 10 years ago

I had to pip install urwid... On Mac OS X 10.10.

insanum commented 10 years ago

That is a packaging issue for OS X.

shelbyKiraM commented 10 years ago

Can you add "pip install urwid" to setup.py on Mac OS if it isn't?

insanum commented 10 years ago

I'm not sure that is the right thing to do. While I don't directly use or fully understand how pip uses setup.py files... urwid is already listed as a requirement in setup.py.

shelbyKiraM commented 10 years ago

Ok well, I'll just close this... Setup didn't s/unsta/install/ it for me.

retrography commented 8 years ago

@insanum @blacRose The requirements have to be specified with install_requires and setuptools must be used instead of distutils.core: http://python-packaging-user-guide.readthedocs.io/en/latest/requirements/