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 2e7a93e commit 3bb62f5Copy full SHA for 3bb62f5
README.md
@@ -75,7 +75,7 @@ python -m venv venv
75
source venv/bin/activate # On Windows: venv\Scripts\activate
76
77
# Install development dependencies
78
-pip install -e ".[dev]"
+pip install -e .
79
```
80
81
### Running Tests
0 commit comments