Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 419 Bytes

INSTALL.md

File metadata and controls

19 lines (15 loc) · 419 Bytes

Installation

On Ubuntu 16.04

conda install -c conda-forge protobuf numpy pybind11
pip install git+git://github.com/onnx/onnx.git@a8bd1facd321ea52f0a6f88600138606711b7a96
pip install onnx-chainer

On macOS

brew install protobuf
pip install pybind11
pip install protobuf
pip install git+git://github.com/onnx/onnx.git@a8bd1facd321ea52f0a6f88600138606711b7a96
pip install onnx-chainer