Skip to content

Commit

Permalink
docs: use quotes around pip install command (#3505)
Browse files Browse the repository at this point in the history
* docs: use quotes around pip install command

Signed-off-by: Lukas Rusak <[email protected]>

* Newsfragment for #3505

---------

Signed-off-by: Lukas Rusak <[email protected]>
Co-authored-by: Stuart Reed <[email protected]>
  • Loading branch information
lrusak and reedsa authored Oct 4, 2024
1 parent abeed70 commit eb235c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ cd web3.py
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install -e .[dev]
pip install -e ".[dev]"

```
1 change: 1 addition & 0 deletions newsfragments/3505.docs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix `pip install -e ".[dev]"` command in linux README.

0 comments on commit eb235c2

Please sign in to comment.