Skip to content

Commit 33c6f6a

Browse files
Updated README
1 parent a4f7724 commit 33c6f6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Install the following prerequisites:
2424

2525
## Installation
2626

27-
### 1. Create a virtual environment
27+
#### 1. Create a virtual environment
2828

2929
From the **root** directory run:
3030

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

35-
### 2. Activate the virtual environment
35+
#### 2. Activate the virtual environment
3636

3737
From the **root** directory run:
3838

@@ -48,15 +48,15 @@ On Windows:
4848
venv\scripts\activate
4949
```
5050

51-
### 3. Install required dependencies
51+
#### 3. Install required dependencies
5252

5353
From the **root** directory run:
5454

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

59-
### 4. Run migrations
59+
#### 4. Run migrations
6060

6161
From the **root** directory run:
6262

0 commit comments

Comments
 (0)