8000
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.
1 parent e2e0de1 commit 55b2902Copy full SHA for 55b2902
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