Skip to content

Commit

Permalink
In the README.md in build instructions add update to pip and setuptoo…
Browse files Browse the repository at this point in the history
…ls (#435)
  • Loading branch information
muellch authored May 15, 2024
1 parent b31446a commit 9e1030c
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 @@ -37,7 +37,7 @@ python3.10 -m venv .venv

# Activate the virtual environment and make sure that 'wheel' is installed
source .venv/bin/activate
pip install --upgrade wheel
pip install --upgrade wheel pip setuptools

# Install all the ICON4Py packages and its dependencies
# External dependencies would be checked out at './_external_src'
Expand Down

0 comments on commit 9e1030c

Please sign in to comment.