Update backend/README.md
All checks were successful
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m37s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 15s

This commit is contained in:
Helldragon67 2024-11-05 14:46:06 +00:00
parent d0e837377b
commit 5afb646381

View File

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