Skip to content

Commit 9e1030c

Browse files
authored
In the README.md in build instructions add update to pip and setuptools (#435)
1 parent b31446a commit 9e1030c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ python3.10 -m venv .venv
3737

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

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

0 commit comments

Comments
 (0)