Skip to content

Commit 42ade07

Browse files
authored
Merge pull request #449 from onnx/prasanthpul-patch-1
Update info about onnxruntime pip package
2 parents a585481 + 3af00ff commit 42ade07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ pip install tensorflow
2626
or
2727
pip install tensorflow-gpu
2828
```
29-
## Install runtime
30-
Install an onnx runtime of your choice if you want to run tests. For example:
29+
## Install runtime
30+
If you want to run tests, install a runtime that can run ONNX models. For example:
3131

32-
onnxruntime (only avaliable on linux):
32+
ONNX Runtime (available for Linux, Windows, and Mac):
3333

3434
```pip install onnxruntime```
3535

@@ -44,7 +44,7 @@ We tested with pytorch/caffe2 and onnxruntime and unit tests are passing for tho
4444
We tested with tensorflow 1.5-1.12 and anaconda **3.5,3.6**.
4545

4646
# Installation
47-
## From Pypi
47+
## From pypi
4848
```pip install -U tf2onnx```
4949

5050
## From Source

0 commit comments

Comments
 (0)