Skip to content

Commit 68e35ec

Browse files
authored
Merge branch 'embedded-dev-research:main' into IR
2 parents d97bb0a + 0570635 commit 68e35ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858

5959
3. Open a terminal and execute these commands:
6060
```
61-
git clone https://github.com/onnx/onnx.git
6261
cd onnx
6362
git submodule update --init --recursive
6463
export CMAKE_ARGS='-DONNX_USE_LITE_PROTO=ON -DONNX_USE_PROTOBUF_SHARED_LIBS=ON'
@@ -70,3 +69,7 @@
7069
source .venv/bin/activate
7170
pip install -e . -v
7271
```
72+
4. Run to verify it works.:
73+
```
74+
python -c "import onnx"
75+
```

0 commit comments

Comments
 (0)