Skip to content

Commit a28a535

Browse files
FrozenGenewschin
authored andcommitted
add import information for installing onnxmltools from source code (#19)
* add import information for installing onnxmltools from source code * Simplify the description
1 parent 7c00640 commit a28a535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ or install from source:
2525
```
2626
pip install git+https://github.com/onnx/onnxmltools
2727
```
28+
Note:If you choose to install `onnxmltools` from its source code, you must set an environment variable `ONNX_ML=1` before installing `onnx` package.
2829

2930
## Dependencies
3031
This package uses ONNX, NumPy, and ProtoBuf. If you are converting a model from scikit-learn or Apple Core ML you need the following packages installed respectively:

0 commit comments

Comments
 (0)