Edited readme installation of flask to Windows and Mac OS's
This commit is contained in:
parent
acdcd6e731
commit
2d3915b436
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue