From f9af23463f48353d4276f9b8b462291f51d22f72 Mon Sep 17 00:00:00 2001 From: Russ Garner Date: Mon, 27 Jun 2022 21:04:22 -0700 Subject: [PATCH] reminder to use virtual env --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 1d39e3f..bd601e6 100644 --- a/README +++ b/README @@ -21,6 +21,7 @@ Step 5) put in the correct host at frontend/src/components/dashboard.js line 14. this app does not put in the config.ini values onto the frontend Step 5) install the dependencies +(highly reccomended to use a virtual environment) pip install -r requirements.txt cd frontend npm install