Skip to content

Commit

Permalink
Update README.md (pip upgrade)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-maddrellmander committed Aug 10, 2023
1 parent 617356d commit 10fe04b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 10fe04b

Please sign in to comment.