mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-25 19:19:55 +00:00
16 lines
295 B
ReStructuredText
16 lines
295 B
ReStructuredText
|
Installation
|
||
|
============
|
||
|
|
||
|
Recommended way (via pip):
|
||
|
|
||
|
.. code-block:: console
|
||
|
|
||
|
$ pip install openapi-core
|
||
|
|
||
|
Alternatively you can download the code and install from the repository:
|
||
|
|
||
|
.. code-block:: console
|
||
|
|
||
|
$ pip install -e git+https://github.com/p1c2u/openapi-core.git#egg=openapi_core
|
||
|
|