From 5afb646381d862feee589daf815c91ea56b4480f Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Tue, 5 Nov 2024 14:46:06 +0000 Subject: [PATCH] Update backend/README.md --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index 0278fe7..3e0aefa 100644 --- a/backend/README.md +++ b/backend/README.md @@ -36,7 +36,7 @@ To set up your development environment using **pipenv**, follow these steps: 5. (Optional) To keep up with changes in the virtual environment, you need to update the required packages if changes occur : ```bash - pipenv install " to install required normal packages + pipenv install # to install required normal packages pipenv install --dev # to install required dev packages ```