Edited readme installation of flask to Windows and Mac OS's
This commit is contained in:
parent
2d3915b436
commit
db1e8632a4
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ What problem does a virtual environment solve? The more Python projects you have
|
||||||
Newer versions of libraries for one project can break compatibility in another project.
|
Newer versions of libraries for one project can break compatibility in another project.
|
||||||
|
|
||||||
MacOS:
|
MacOS:
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
mkdir myproject
|
mkdir myproject
|
||||||
|
|
@ -36,6 +37,7 @@ MacOS:
|
||||||
$ python3 -m venv venv
|
$ python3 -m venv venv
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
> mkdir myproject
|
> mkdir myproject
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue