From 8a4c6c474bdf7e9611dc86a7d1addec44d2d8036 Mon Sep 17 00:00:00 2001 From: Jacob Windsor Date: Wed, 19 Feb 2025 17:01:56 +0100 Subject: [PATCH] Update installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f7b3ee..08646ab 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ For simplification purposes, this is only a backend application built using Fast ### Installation -`make install && make install-dev` +`make venv && make install && make install-dev` ### Serve the app