Skip to content

Commit

Permalink
Merge pull request #219 from IntelLabs/docs/fixes
Browse files Browse the repository at this point in the history
docs: add python3-venv to required software
  • Loading branch information
Wenzel authored Aug 28, 2023
2 parents 65adf3d + 17e1688 commit dae4fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorials/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The requirements for either of these setups:

The following command will install the required software on Ubuntu
```shell
sudo apt-get install -y python3-dev git build-essential
sudo apt-get install -y python3-dev python3-venv git build-essential
```

:::{note}
Expand Down

0 comments on commit dae4fad

Please sign in to comment.