Skip to content

Commit 09c99e4

Browse files
Updated README
1 parent 9c60c58 commit 09c99e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ Install the following prerequisites:
2727

2828
#### 1. Create a virtual environment
2929

30-
From the **root** directory run:
30+
From the **root** directory, run:
3131

3232
```bash
3333
python -m venv venv
3434
```
3535

3636
#### 2. Activate the virtual environment
3737

38-
From the **root** directory run:
38+
From the **root** directory, run:
3939

4040
On macOS:
4141

@@ -51,15 +51,15 @@ venv\scripts\activate
5151

5252
#### 3. Install required dependencies
5353

54-
From the **root** directory run:
54+
From the **root** directory, run:
5555

5656
```bash
5757
pip install -r requirements.txt
5858
```
5959

6060
#### 4. Run migrations
6161

62-
From the **root** directory run:
62+
From the **root** directory, run:
6363

6464
```bash
6565
python manage.py makemigrations
@@ -70,7 +70,7 @@ python manage.py migrate
7070

7171
### Run the application
7272

73-
From the **root** directory run:
73+
From the **root** directory, run:
7474

7575
```bash
7676
python manage.py runserver

0 commit comments

Comments
 (0)