Skip to content

Commit 9b4b1a5

Browse files
committed
add missing install cmd
1 parent e4d605b commit 9b4b1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Step-by-Step Contribution Guide
122122
python -m venv .venv
123123
.venv\Scripts\activate # On Windows
124124
source .venv/bin/activate # On Unix/macOS
125-
python -m pip --upgrade pip
125+
python -m pip install --upgrade pip
126126
pip install -e . --group dev
127127
128128
3. **Make Your Changes**

0 commit comments

Comments
 (0)