Skip to content

Commit 06e67de

Browse files
committed
Update README and docs with PyPI installation
1 parent a2a8054 commit 06e67de

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

+8
Original file line numberDiff line numberDiff 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

4654
We recommend using Anaconda for developing as follows:

docs/installation.rst

+10-1
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,23 @@ System requirements
1111

1212
Auto-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

1919
Installing 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

0 commit comments

Comments
 (0)