"tests/vscode:/vscode.git/clone" did not exist on "3ea45f90dbd314095d56bcf033e515555092dd15"
Commit 004b6e6a authored by Dmitry Tokarev's avatar Dmitry Tokarev Committed by GitHub
Browse files

docs: Update README.md - add missing python3-pip package (#263)

parent 16d0d60f
...@@ -39,7 +39,7 @@ The following examples require a few system level packages. ...@@ -39,7 +39,7 @@ The following examples require a few system level packages.
``` ```
apt-get update apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -yq python3-dev libucx0 DEBIAN_FRONTEND=noninteractive apt-get install -yq python3-dev python3-pip libucx0
pip install ai-dynamo[all] pip install ai-dynamo[all]
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment