File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ Then API starts the following procedures:
41
41
42
42
## Installation
43
43
44
+ ### PyPI Installation
45
+
46
+ ``` sh
47
+
48
+ pip install autoPyTorch
49
+
50
+ ```
51
+
44
52
### Manual Installation
45
53
46
54
We recommend using Anaconda for developing as follows:
Original file line number Diff line number Diff line change @@ -11,14 +11,23 @@ System requirements
11
11
12
12
Auto-PyTorch has the following system requirements:
13
13
14
- * Linux operating system (for example Ubuntu), Mac OS X `(get Linux here) <https://www.wikihow.com/Install-Linux >`_,
14
+ * Linux operating system (for example Ubuntu) `(get Linux here) <https://www.wikihow.com/Install-Linux >`_,
15
15
* Python (>=3.6) `(get Python here) <https://www.python.org/downloads/ >`_.
16
16
* C++ compiler (with C++11 supports) `(get GCC here) <https://www.tutorialspoint.com/How-to-Install-Cplusplus-Compiler-on-Linux >`_ and
17
17
* SWIG (version 3.0.* is required; >=4.0.0 is not supported) `(get SWIG here) <http://www.swig.org/survey.html >`_.
18
18
19
19
Installing Auto-Pytorch
20
20
=======================
21
21
22
+ PyPI Installation
23
+ -----------------
24
+
25
+ .. code :: bash
26
+ pip install autoPyTorch
27
+
28
+ Manual Installation
29
+ -------------------
30
+
22
31
.. code :: bash
23
32
24
33
# Following commands assume the user is in a cloned directory of Auto-Pytorch
You can’t perform that action at this time.
0 commit comments