Edited readme installation of flask to Windows and Mac OS's

This commit is contained in:
DAVID ERIVONA 2023-03-02 22:10:01 +01:00
parent acdcd6e731
commit 2d3915b436

View file

@ -30,7 +30,7 @@ Newer versions of libraries for one project can break compatibility in another p
MacOS:
.. code-block:: text
mkdir myproject
$ cd myproject
$ python3 -m venv venv
@ -44,11 +44,13 @@ Windows:
Activate virtual environments
MacOS:
.. code-block:: text
$ . venv/bin/activate
Windows:
.. code-block:: text
> venv\Scripts\activate