We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2dc66e + 55b2902 commit f717f78Copy full SHA for f717f78
CONTRIBUTING.md
@@ -34,9 +34,9 @@ Make sure that you have Python 3 installed. Version 3.7 or higher is required to
34
```bash
35
cd sentry-python
36
37
-python -m venv .env
+python -m venv .venv
38
39
-source .env/bin/activate
+source .venv/bin/activate
40
```
41
42
### Install `sentry-python` in editable mode
@@ -88,10 +88,10 @@ specific tests:
88
89
90
# create virtual environment
91
92
93
# activate virtual environment
94
95
96
# install sentry-python
97
pip install -e .
0 commit comments