Skip to content

Commit b7b7c42

Browse files
Kyle-VerhoogBrian Devins-Suresh
and
Brian Devins-Suresh
authored
Make setup command work universally (#153)
Co-authored-by: Brian Devins-Suresh <[email protected]>
1 parent 1738293 commit b7b7c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ and work out of a virtualenv:
448448

449449
python3.11 -m venv .venv
450450
source .venv/bin/activate
451-
pip install -e .[testing]
451+
pip install -e '.[testing]'
452452

453453

454454
### Running the tests

0 commit comments

Comments
 (0)