Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks authored Sep 18, 2020
1 parent 1c1db40 commit ad86737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ Make sure the version is correct.
git clone https://github.com/fair-software/howfairis.git .
python3 -m virtualenv -p python3 venv3
source venv3/bin/activate
pip install --no-cache-dir --editable .
pip install --no-cache-dir --editable .[publishing]
pip install --no-cache-dir .
pip install --no-cache-dir .[publishing]
rm -rf howfairis.egg-info
rm -rf dist
python setup.py sdist
Expand Down

0 comments on commit ad86737

Please sign in to comment.