Skip to content

Commit

Permalink
Remove prerequisites from installation instruction (#4247)
Browse files Browse the repository at this point in the history
`pip` and `conda` handle installing the prerequisites.

Signed-off-by: Gary Miguel <garymiguel@microsoft.com>
  • Loading branch information
garymm committed Jun 3, 2022
1 parent c2825db commit f6f2f58
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,9 @@ Stay up to date with the latest ONNX news. [[Facebook](https://www.facebook.com/

# Installation

## Prerequisites

```
numpy >= 1.16.6
protobuf >= 3.12.2
typing-extensions >= 3.6.2.1
```

## Official Python packages
ONNX released packages are published in PyPi.
```
pip install numpy protobuf==3.16.0
pip install onnx
```

Expand All @@ -72,7 +63,6 @@ pip install onnx
## Conda packages
A binary build of ONNX is available from [Conda](https://conda.io), in [conda-forge](https://conda-forge.org/):
```
conda install -c conda-forge numpy protobuf==3.16.0 libprotobuf=3.16.0
conda install -c conda-forge onnx
```

Expand Down

0 comments on commit f6f2f58

Please sign in to comment.