Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishvsoni committed Oct 16, 2023
1 parent 6906dad commit 1534b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Before you can contribute, you will need to [fork the `sentry-python` repository
### Create a Virtual Environment

To keep your Python development environment and packages separate from the ones
used by your operation system, create a virtual environment:
used by your operation system, create a [virtual environment](https://docs.python.org/3/tutorial/venv.html):

```bash
cd sentry-python
Expand Down

0 comments on commit 1534b8e

Please sign in to comment.