Skip to content

Commit 9721a26

Browse files
author
Shauheen Zahirazami
committed
-- Fixing setup
1 parent b75a0d5 commit 9721a26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
.. image:: https://...../docs/ONNXMLTools_logo_main.png
2+
.. image:: https://github.com/onnx/onnxmltools/blob/master/docs/ONNXMLTools_logo_main.png
33

44
Introduction
55
============
@@ -17,7 +17,7 @@ Install
1717

1818
::
1919

20-
pip install git+https://github.com/onnx/onnxmltools
20+
pip install onnxmltools
2121

2222
Dependancies
2323
============

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
license='MIT License',
3131
author='Microsoft Corporation',
3232
author_email='[email protected]',
33-
url='https://onnx.ai/',
33+
url='https://github.com/onnx/onnxmltools',
3434
packages=packages,
3535
include_package_data=True,
3636
install_requires=requirements,

0 commit comments

Comments
 (0)