File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 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:
4141
4242## Installation
4343
44+ ### PyPI Installation
45+
46+ ``` sh
47+
48+ pip install autoPyTorch
49+
50+ ```
51+
4452### Manual Installation
4553
4654We recommend using Anaconda for developing as follows:
Original file line number Diff line number Diff line change @@ -11,14 +11,23 @@ System requirements
1111
1212Auto-PyTorch has the following system requirements:
1313
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 >`_,
1515* Python (>=3.6) `(get Python here) <https://www.python.org/downloads/ >`_.
1616* C++ compiler (with C++11 supports) `(get GCC here) <https://www.tutorialspoint.com/How-to-Install-Cplusplus-Compiler-on-Linux >`_ and
1717* SWIG (version 3.0.* is required; >=4.0.0 is not supported) `(get SWIG here) <http://www.swig.org/survey.html >`_.
1818
1919Installing Auto-Pytorch
2020=======================
2121
22+ PyPI Installation
23+ -----------------
24+
25+ .. code :: bash
26+ pip install autoPyTorch
27+
28+ Manual Installation
29+ -------------------
30+
2231.. code :: bash
2332
2433 # 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