Skip to content

Commit

Permalink
docs: fix typo in contributing guide (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-anders authored Jan 6, 2025
1 parent 158496c commit 878c050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ It's recommended to use a virtual environment to manage dependencies. You can cr

```sh
python -m venv .venv
source venv/bin/activate # On Windows: `venv\Scripts\activate`
source .venv/bin/activate # On Windows: `.venv\Scripts\activate`
```

!!! tip "Virtual Environment"
Expand Down

0 comments on commit 878c050

Please sign in to comment.