From c8331805862e8213293dd46244d581e188ccac79 Mon Sep 17 00:00:00 2001
From: muellch <60387010+muellch@users.noreply.github.com>
Date: Wed, 15 May 2024 18:44:09 +0200
Subject: [PATCH] In the README.md in build instructions add update to pip and
 setuptools (#435)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2b4738ba6d..0535887e69 100644
--- a/README.md
+++ b/README.md
@@ -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'