robdmc / pandashells

:panda_face: Bringing the python data stack to the shell prompt
Other
788 stars 26 forks source link

Declare optional dependencies #21

Closed moreati closed 9 years ago

moreati commented 9 years ago

As mentioned on HN it would be good if the optional features (e.g. plotting) could be queried and installed explicitly. The usual way to do this is with the setuptools argument extras_require

I've started a branch, for an eventual pull request

robdmc commented 9 years ago

I've created a new issue for this with my thoughts on how it should be broken down. See #25