From 00aa84496483ed27572d0eeee2d943889e533a0b Mon Sep 17 00:00:00 2001 From: geekerzp Date: Thu, 9 Apr 2015 18:27:43 +0800 Subject: [PATCH] update readme.md --- .../python/SwaggerPetstore-python/README.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/samples/client/petstore/python/SwaggerPetstore-python/README.md b/samples/client/petstore/python/SwaggerPetstore-python/README.md index 14931ee9d10..3b69aba0f82 100644 --- a/samples/client/petstore/python/SwaggerPetstore-python/README.md +++ b/samples/client/petstore/python/SwaggerPetstore-python/README.md @@ -11,5 +11,32 @@ python setup.py install Or you can install from Github via pip: ```sh +pip install git+https://github.com/geekerzp/SwaggerPetstore-python.git ``` +To use the bindings, import the pacakge: + +```python +import SwaggerPetstore +``` + +## Manual Installation +If you do not wish to use setuptools, you can download the latest release. +Then, to use the bindings, import the package: + +```python +import path.to.SwaggerPetstore-python.SwaggerPetstore +``` + +## Getting Started + +TODO + +## Documentation + +TODO + +## Tests + +TODO +