We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6508a31 commit 0e8f640Copy full SHA for 0e8f640
docs/index.rst
@@ -28,17 +28,19 @@ Key features
28
Installation
29
------------
30
31
-Recommended way (via pip):
+.. md-tab-set::
32
33
-.. code-block:: console
+ .. md-tab-item:: Pip + PyPI (recommented)
34
35
- pip install openapi-core
+ .. code-block:: console
36
37
-Alternatively you can download the code and install from the repository:
+ pip install openapi-core
38
39
+ .. md-tab-item:: Pip + the source
40
41
- pip install -e git+https://github.com/p1c2u/openapi-core.git#egg=openapi_core
42
+
43
+ pip install -e git+https://github.com/p1c2u/openapi-core.git#egg=openapi_core
44
45
First steps
46
-----------
0 commit comments