We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75a0d5 commit 9721a26Copy full SHA for 9721a26
README.rst
@@ -1,5 +1,5 @@
1
2
-.. image:: https://...../docs/ONNXMLTools_logo_main.png
+.. image:: https://github.com/onnx/onnxmltools/blob/master/docs/ONNXMLTools_logo_main.png
3
4
Introduction
5
============
@@ -17,7 +17,7 @@ Install
17
18
::
19
20
- pip install git+https://github.com/onnx/onnxmltools
+ pip install onnxmltools
21
22
Dependancies
23
setup.py
@@ -30,7 +30,7 @@
30
license='MIT License',
31
author='Microsoft Corporation',
32
author_email='[email protected]',
33
- url='https://onnx.ai/',
+ url='https://github.com/onnx/onnxmltools',
34
packages=packages,
35
include_package_data=True,
36
install_requires=requirements,
0 commit comments