Skip to content

Commit 61c5066

Browse files
committed
upload to pypi
1 parent d0c8b3a commit 61c5066

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ Please make sure you meet the following requirements before installing AutoGL.
6363

6464
#### Install from pip
6565

66-
Comming soon!
66+
Run the following command to install this package through `pip`.
67+
68+
```
69+
pip install auto-graph-learning
70+
```
6771

6872
#### Install from source
6973

docs/index.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ Installation
4141
Install from pip & conda
4242
^^^^^^^^^^^^^^^^^^^^^^^^
4343

44-
TODO: will be accessible after development.
44+
Run the following command to install this package through pip.
45+
46+
.. code-block:: shell
47+
48+
pip install auto-graph-learning
4549
4650
Install from source
4751
^^^^^^^^^^^^^^^^^^^

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
''' https://packaging.python.org/guides/distributing-packages-using-setuptools/ '''
2828
''' https://setuptools.readthedocs.io/en/latest/ '''
2929
setup(
30-
name='autogl',
31-
version='0.1.0',
30+
name='auto-graph-learning',
31+
version='0.1.0-20201207185314',
3232
author='THUMNLab/aglteam',
3333
maintainer='THUMNLab/aglteam',
3434
author_email='[email protected]',

0 commit comments

Comments
 (0)