Merge pull request #4578 from marian-vignau/Remove-Tab-directive-on-Contributing.rst

Remove tab directive on contributing.rst
This commit is contained in:
David Lord 2022-05-02 12:11:56 -06:00 committed by GitHub
commit 2482cd4f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,21 +98,20 @@ First time setup
- Create a virtualenv.
.. tabs::
.. group-tab:: Linux/macOS
- Linux/macOS
.. code-block:: text
.. code-block:: text
$ python3 -m venv env
$ . env/bin/activate
$ python3 -m venv env
$ . env/bin/activate
.. group-tab:: Windows
- Windows
.. code-block:: text
.. code-block:: text
> py -3 -m venv env
> env\Scripts\activate
> py -3 -m venv env
> env\Scripts\activate
- Upgrade pip and setuptools.