Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks committed Sep 17, 2020
1 parent c5de328 commit 11f7281
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,11 @@ Make sure the version is correct.
# upload to test pypi instance
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
# In a new terminal, without venv
# In a new terminal, without an activated venv or a venv3 directory
cd $(mktemp -d --tmpdir howfairis-test.XXXXXX)
# check you don't have an existing howfairis
which howfairis
python3 -m pip uninstall howfairis
# install in user space from test pypi instance:
Expand Down

0 comments on commit 11f7281

Please sign in to comment.