File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
2929From the ** root** directory run:
3030
3131``` bash
3232python -m venv venv
3333```
3434
35- ### 2. Activate the virtual environment
35+ #### 2. Activate the virtual environment
3636
3737From the ** root** directory run:
3838
@@ -48,15 +48,15 @@ On Windows:
4848venv\s cripts\a ctivate
4949```
5050
51- ### 3. Install required dependencies
51+ #### 3. Install required dependencies
5252
5353From the ** root** directory run:
5454
5555``` bash
5656pip install -r requirements.txt
5757```
5858
59- ### 4. Run migrations
59+ #### 4. Run migrations
6060
6161From the ** root** directory run:
6262
You can’t perform that action at this time.
0 commit comments