Closed moreati closed 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
extras_require
I've started a branch, for an eventual pull request
I've created a new issue for this with my thoughts on how it should be broken down. See #25
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