forked from orbit-oss/flask
Merge pull request #4578 from marian-vignau/Remove-Tab-directive-on-Contributing.rst
Remove tab directive on contributing.rst
This commit is contained in:
commit
2482cd4f53
1 changed files with 8 additions and 9 deletions
|
|
@ -98,21 +98,20 @@ First time setup
|
||||||
|
|
||||||
- Create a virtualenv.
|
- Create a virtualenv.
|
||||||
|
|
||||||
.. tabs::
|
|
||||||
|
|
||||||
.. group-tab:: Linux/macOS
|
- Linux/macOS
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
$ python3 -m venv env
|
$ python3 -m venv env
|
||||||
$ . env/bin/activate
|
$ . env/bin/activate
|
||||||
|
|
||||||
.. group-tab:: Windows
|
- Windows
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
> py -3 -m venv env
|
> py -3 -m venv env
|
||||||
> env\Scripts\activate
|
> env\Scripts\activate
|
||||||
|
|
||||||
- Upgrade pip and setuptools.
|
- Upgrade pip and setuptools.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue