File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,11 @@ Please make sure you meet the following requirements before installing AutoGL.
63
63
64
64
#### Install from pip
65
65
66
- Comming soon!
66
+ Run the following command to install this package through ` pip ` .
67
+
68
+ ```
69
+ pip install auto-graph-learning
70
+ ```
67
71
68
72
#### Install from source
69
73
Original file line number Diff line number Diff line change @@ -41,7 +41,11 @@ Installation
41
41
Install from pip & conda
42
42
^^^^^^^^^^^^^^^^^^^^^^^^
43
43
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
45
49
46
50
Install from source
47
51
^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change 27
27
''' https://packaging.python.org/guides/distributing-packages-using-setuptools/ '''
28
28
''' https://setuptools.readthedocs.io/en/latest/ '''
29
29
setup (
30
- name = 'autogl ' ,
31
- version = '0.1.0' ,
30
+ name = 'auto-graph-learning ' ,
31
+ version = '0.1.0-20201207185314 ' ,
32
32
author = 'THUMNLab/aglteam' ,
33
33
maintainer = 'THUMNLab/aglteam' ,
34
34
You can’t perform that action at this time.
0 commit comments