Skip to content

Commit

Permalink
upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Frozenmad committed Dec 7, 2020
1 parent d0c8b3a commit 61c5066
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ Please make sure you meet the following requirements before installing AutoGL.

#### Install from pip

Comming soon!
Run the following command to install this package through `pip`.

```
pip install auto-graph-learning
```

#### Install from source

Expand Down
6 changes: 5 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ Installation
Install from pip & conda
^^^^^^^^^^^^^^^^^^^^^^^^

TODO: will be accessible after development.
Run the following command to install this package through pip.

.. code-block:: shell
pip install auto-graph-learning
Install from source
^^^^^^^^^^^^^^^^^^^
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
''' https://packaging.python.org/guides/distributing-packages-using-setuptools/ '''
''' https://setuptools.readthedocs.io/en/latest/ '''
setup(
name='autogl',
version='0.1.0',
name='auto-graph-learning',
version='0.1.0-20201207185314',
author='THUMNLab/aglteam',
maintainer='THUMNLab/aglteam',
author_email='[email protected]',
Expand Down

0 comments on commit 61c5066

Please sign in to comment.