Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 199 Bytes

installation.rst

File metadata and controls

12 lines (8 loc) · 199 Bytes

Installation

At the command line:

$ pip install kubernetes

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv kubernetes
$ pip install kubernetes