Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
BobsProgrammingAcademy authored Nov 3, 2023
1 parent fce0aa8 commit 88dba63
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Install the following prerequisites:

#### 1. Create a virtual environment

From the **root** directory run:
From the **root** directory, run:

```bash
python -m venv venv
```

#### 2. Activate the virtual environment

From the **root** directory run:
From the **root** directory, run:

On macOS:

Expand All @@ -50,15 +50,15 @@ venv\scripts\activate

#### 3. Install required dependencies

From the **root** directory run:
From the **root** directory, run:

```bash
pip install -r requirements.txt
```

#### 4. Run migrations

From the **root** directory run:
From the **root** directory, run:

```bash
python manage.py makemigrations
Expand All @@ -69,7 +69,7 @@ python manage.py migrate

#### 5. Create an admin user to access the Django Admin interface

From the **root** directory run:
From the **root** directory, run:

```bash
python manage.py createsuperuser
Expand All @@ -79,7 +79,7 @@ When prompted, enter a username, email, and password.

### Run the application

From the **root** directory run:
From the **root** directory, run:

```bash
python manage.py runserver
Expand Down

0 comments on commit 88dba63

Please sign in to comment.