Update README.md

This commit is contained in:
Lirim Shala 2023-05-15 12:13:15 +02:00 committed by GitHub
parent a4d51ee48e
commit a9ca912ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,13 +69,13 @@ To set up the project for development, follow these steps:
source venv/bin/activate source venv/bin/activate
``` ```
3. Install the development requirements: 3. (Optional) Install the development requirements specific to your IDE for enhanced functionality and support.
``` ```
pip install -r requirements/requirements-dev.txt pip install -r src/requirements-dev.txt
``` ```
4. Build the image and run the container: 4. Build the image and run the container:
``` ```
docker-compose -f docker-compose.dev.yml up --build -d docker-compose -f docker-compose.yml up --build -d
``` ```
Or you can use the shortcut: Or you can use the shortcut:
``` ```