File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
3333python -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
4040On 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
5757pip 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
6565python 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
7676python manage.py runserver
You can’t perform that action at this time.
0 commit comments