We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21d2b8 commit 0d36783Copy full SHA for 0d36783
1 file changed
README.rst
@@ -283,6 +283,7 @@ To create and upload a new package first update the version number and then:
283
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
284
# Verify the package is usable
285
virtualenv -p python3 test-venv
286
+ test-venv/bin/pip install pytest
287
test-venv/bin/pip install --index-url https://test.pypi.org/simple/ pytest-datafiles
288
# Create some test_example.py (e.g. with one of the examples above)
289
test-venv/bin/pytest test_example.py
0 commit comments