feature/backend/better_time_management #34

Merged
kscheidecker merged 7 commits from feature/backend/better_time_management into main 2024-11-06 13:36:52 +00:00
Showing only changes of commit 5afb646381 - Show all commits

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