4 ms·
I spent a few minutes trying to figure out how to install the thing so for anyone that is equally as lost $ pip install sh or goto the github page https:/
by jon6 14y ago
I spent a few minutes trying to figure out how to install the thing so for anyone that is equally as lost
$ pip install sh
or goto the github page https://github.com/amoffat/sh https://github.com/amoffat/sh
- pattern 14y agoTo the parent and anyone else who hasn't experienced the wonders of `pip`, check out the article "Tools of the Modern Python Hacker: Virtualenv, Fabric and Pip" [1]. All three of these tools are invaluable for even the most trivial of Python projects, and make developing in Python much more enjoyable. [1]: http://www.clemesha.org/blog/modern-python-hacker-tools-virtualenv-fabric-pip/ http://www.clemesha.org/blog/modern-python-hacker-tools-virt...
- bduerst 14y agoI just learned Python a week ago, and PIP was an important part of that. For those of you who are just learning, PIP will automatically download, install, and then compile any python modules you point it at. Just make sure you have the module's recommended compilers installed first.
- agrover 14y agopackaged as python-sh in Fedora 17+