🐛 fix CONTRIBUTING.rst tabs rendering
Signed-off-by: Harmouch101 <eng.mahmoudharmouch@gmail.com>
This commit is contained in:
parent
4843590c4a
commit
099350443d
1 changed files with 22 additions and 9 deletions
|
|
@ -98,21 +98,34 @@ First time setup
|
||||||
|
|
||||||
- Create a virtualenv.
|
- Create a virtualenv.
|
||||||
|
|
||||||
.. tabs::
|
.. raw:: html
|
||||||
|
|
||||||
.. group-tab:: Linux/macOS
|
<details>
|
||||||
|
<summary><code>Linux/macOS</code></summary>
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: console
|
||||||
|
|
||||||
$ python3 -m venv env
|
$ python3 -m venv env
|
||||||
$ . env/bin/activate
|
$ . env/bin/activate
|
||||||
|
|
||||||
.. group-tab:: Windows
|
.. raw:: html
|
||||||
|
|
||||||
.. code-block:: text
|
</details>
|
||||||
|
|
||||||
> py -3 -m venv env
|
|
||||||
> env\Scripts\activate
|
.. raw:: html
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><code>Windows</code></summary>
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
> py -3 -m venv env
|
||||||
|
> env\Scripts\activate
|
||||||
|
|
||||||
|
.. raw:: html
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
- Upgrade pip and setuptools.
|
- Upgrade pip and setuptools.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue