From 2d3915b436c584407deefa2ad421a56fa7040338 Mon Sep 17 00:00:00 2001 From: DAVID ERIVONA Date: Thu, 2 Mar 2023 22:10:01 +0100 Subject: [PATCH] Edited readme installation of flask to Windows and Mac OS's --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ee82b7fa..929ecfbe 100644 --- a/README.rst +++ b/README.rst @@ -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