Skip to content

Commit 0e8f640

Browse files
committed
docs installation format tabs
1 parent 6508a31 commit 0e8f640

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/index.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,19 @@ Key features
2828
Installation
2929
------------
3030

31-
Recommended way (via pip):
31+
.. md-tab-set::
3232

33-
.. code-block:: console
33+
.. md-tab-item:: Pip + PyPI (recommented)
3434

35-
pip install openapi-core
35+
.. code-block:: console
3636
37-
Alternatively you can download the code and install from the repository:
37+
pip install openapi-core
3838
39-
.. code-block:: console
39+
.. md-tab-item:: Pip + the source
4040

41-
pip install -e git+https://github.com/p1c2u/openapi-core.git#egg=openapi_core
41+
.. code-block:: console
42+
43+
pip install -e git+https://github.com/p1c2u/openapi-core.git#egg=openapi_core
4244
4345
First steps
4446
-----------

0 commit comments

Comments
 (0)