Skip to content

Commit 01745b2

Browse files
guoyejunbddppq
authored andcommitted
Update README.md (onnx#976)
* Update README.md add description to build from source code * Update README.md add git repo where the source code comes from
1 parent 3a14d83 commit 01745b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ You can then install ONNX from PyPi (Note: Set environment variable `ONNX_ML=1`
8080
pip install onnx
8181
```
8282

83+
You can also build and install ONNX locally from source code (git clone https://github.com/onnx/onnx.git):
84+
85+
```
86+
python setup.py install
87+
```
88+
8389
Note: When installing in a non-Anaconda environment, make sure to install the Protobuf compiler before running the pip installation of onnx. For example, on Ubuntu:
8490

8591
```

0 commit comments

Comments
 (0)