Skip to content

Commit

Permalink
Make setup command work universally (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Devins-Suresh <brian.devinssuresh@datadoghq.com>
  • Loading branch information
Kyle-Verhoog and Brian Devins-Suresh authored Dec 1, 2023
1 parent 1738293 commit b7b7c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ and work out of a virtualenv:

python3.11 -m venv .venv
source .venv/bin/activate
pip install -e .[testing]
pip install -e '.[testing]'


### Running the tests
Expand Down

0 comments on commit b7b7c42

Please sign in to comment.