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 ```