python/doc/source/installation.rst
2017-01-11 16:13:30 -05:00

13 lines
199 B
ReStructuredText

============
Installation
============
At the command line::
$ pip install kubernetes
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv kubernetes
$ pip install kubernetes