forked from loafle/openapi-generator-original
update readme.md
This commit is contained in:
parent
e6bf58a707
commit
00aa844964
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user