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.
install
1 parent e4d605b commit 9b4b1a5Copy full SHA for 9b4b1a5
doc/development.rst
@@ -122,7 +122,7 @@ Step-by-Step Contribution Guide
122
python -m venv .venv
123
.venv\Scripts\activate # On Windows
124
source .venv/bin/activate # On Unix/macOS
125
- python -m pip --upgrade pip
+ python -m pip install --upgrade pip
126
pip install -e . --group dev
127
128
3. **Make Your Changes**
0 commit comments