Skip to content

Commit

Permalink
✏️ fix installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer authored Nov 17, 2023
1 parent 305afc0 commit 78a230f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DevelopmentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Ready to contribute to the project? Here is how to set up a local development en
Ensure that pip, setuptools, and wheel are up to date:

```console
(venv) $ pip install --upgrade pip, setuptools, wheel
(venv) $ pip install --upgrade pip setuptools wheel
```

If you plan to work on the Python module, you should also install the build dependencies in the virtual environment:
Expand Down

0 comments on commit 78a230f

Please sign in to comment.