git commit

This commit is contained in:
KRISH SONI
2023-10-07 21:40:29 +05:30
committed by GitHub
parent dd6e018e46
commit 47f9be32ce

View File

@@ -137,7 +137,7 @@ python -m venv venv
venv/Scripts/activate
```
4. Change to the `application/` subdir and install dependencies for the backend:
3. Change to the `application/` subdir and install dependencies for the backend:
```commandline
pip install -r application/requirements.txt
```