From db1e8632a4786394915a3b71e774de011004278b Mon Sep 17 00:00:00 2001 From: DAVID ERIVONA Date: Thu, 2 Mar 2023 22:12:15 +0100 Subject: [PATCH] Edited readme installation of flask to Windows and Mac OS's --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 929ecfbe..3d9ccb92 100644 --- a/README.rst +++ b/README.rst @@ -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. MacOS: + .. code-block:: text mkdir myproject @@ -36,6 +37,7 @@ MacOS: $ python3 -m venv venv Windows: + .. code-block:: text > mkdir myproject