From 10fe04b2a7983523d9829ac37c4bfa3d8f7391c8 Mon Sep 17 00:00:00 2001 From: Sam Maddrell-Mander <68224909+s-maddrellmander@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:34:06 +0100 Subject: [PATCH] Update README.md (pip upgrade) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 39764b620..018eee517 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ mkdir ~/.venv # Create the folder for the environm python3 -m venv ~/.venv/graphium_ipu # Create the environment source ~/.venv/graphium_ipu/bin/activate # Activate the environment +# Update pip to the latest version +python3 -m pip install --upgrade pip + # Install the PopTorch wheel # Make sure this is the 3.3 SDK # Change the link according to your operating system and the `PATH_TO_SDK`