Skip to content

Commit

Permalink
chore: add venv installation instructions (#76)
Browse files Browse the repository at this point in the history
Closes: #75
  • Loading branch information
shwoodard authored May 2, 2023
1 parent 0c4c27e commit 9c27871
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ possible. Here is a quick way to set up a local development environment that
will enable you to work on the code without having to reinstall the command
line scripts.

### Dependencies

You'll need venv. On Linux, install with,

```
sudo apt-get install python3-venv
```

### Running dev env

1. Check out the source

```bash
Expand Down

0 comments on commit 9c27871

Please sign in to comment.