mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-21 19:18:41 +00:00
15 lines
295 B
ReStructuredText
15 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
|
|
|