We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31446a commit 9e1030cCopy full SHA for 9e1030c
README.md
@@ -37,7 +37,7 @@ python3.10 -m venv .venv
37
38
# Activate the virtual environment and make sure that 'wheel' is installed
39
source .venv/bin/activate
40
-pip install --upgrade wheel
+pip install --upgrade wheel pip setuptools
41
42
# Install all the ICON4Py packages and its dependencies
43
# External dependencies would be checked out at './_external_src'
0 commit comments