From 15c5b340006e32d1ca8d60c5ae7f0db3950da080 Mon Sep 17 00:00:00 2001 From: Aleksei Kurpiakov <166383450+AlKurpiakov@users.noreply.github.com> Date: Sun, 15 Dec 2024 18:20:25 +0300 Subject: [PATCH] Update README.md (ONNX build instruction) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6da3527..710d581 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,5 @@ source .venv/bin/activate ``` >to install pip `sudo apt-get install -y python3-pip` +> >to install venv `sudo apt-get install -y python3-venv`