Skip to content

Commit

Permalink
Update README.md (ONNX build instruction)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlKurpiakov authored Dec 15, 2024
1 parent 7db1c7d commit 8508317
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ cd onnx
git submodule update --init --recursive
pip3 install -e . -v
```

*when you use pip, you need to use **venv** to avoid conflict between package managers (apt and pip)*
*in source(onnx) directory*

*in source(onnx) directory execute these commands:*
```
python3 -m venv env
source .venv/bin/activate
Expand Down

0 comments on commit 8508317

Please sign in to comment.