From a9ca912ffe302780e4260c91fd6f06428fb1f166 Mon Sep 17 00:00:00 2001 From: Lirim Shala <58993673+godd0t@users.noreply.github.com> Date: Mon, 15 May 2023 12:13:15 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0e1ac1..948744f 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,13 @@ To set up the project for development, follow these steps: 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: ``` - 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: ```