Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daveminer authored Aug 31, 2024
1 parent 5d71e44 commit 4e3a21d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,19 @@ can be started with `make db` if one isn't running already.

### Setting up the environment

Local development requires that the local environment is set up alongside the
containerized services.
Local development requires that the local environment is set up alongside the containerized services.

#### (If needed) Install Python (Ubuntu)

```
sudo apt install python3
```

#### (If needed) Install pip3 (Ubuntu)

```
sudo apt install python3-pip -y
```

##### Create the virtualenv

Expand Down

0 comments on commit 4e3a21d

Please sign in to comment.