Skip to content

Commit 32881ce

Browse files
authored
Update README.md
Updated tox documentation
1 parent 5a2e2ee commit 32881ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ Emeritus Maintainers:
138138
1. Go to your Contrib repo directory. `cd ~/git/opentelemetry-python-contrib`.
139139
2. Create a virtual env in your Contrib repo directory. `python3 -m venv my_test_venv`.
140140
3. Activate your virtual env. `source my_test_venv/bin/activate`.
141-
4. Make sure you have `tox` installed. `pip install tox`.
142-
5. Run tests for a package. (e.g. `tox -e test-instrumentation-flask`.)
141+
4. Make sure you have `tox` installed. `pip install tox==4.13.0`.
142+
5. Change Python version to 3.11
143+
6. Run tests for a package. (e.g. `tox -e test-instrumentation-flask`.)
143144

144145
### Thanks to all the people who already contributed
145146

0 commit comments

Comments
 (0)