Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Oct 26, 2024
1 parent 35212b7 commit 6268015
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,20 @@ To get started, follow these steps:
Run the following command to install the required dependencies:

```console
$ uv synv
$ uv sync
```

You then need to activate the virtual environment:

```bash
# On Linux or Mac OS
On Linux or Mac OS

```terminal
$ source .venv/bin/activate
```

```bash
# On Windows
On Windows

```terminal
$ .venv\Scripts\activate
```

Expand Down

0 comments on commit 6268015

Please sign in to comment.