Skip to content

Commit

Permalink
Update README and docs with PyPI installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinkohli committed Nov 23, 2021
1 parent a2a8054 commit 06e67de
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ Then API starts the following procedures:

## Installation

### PyPI Installation

```sh

pip install autoPyTorch

```

### Manual Installation

We recommend using Anaconda for developing as follows:
Expand Down
11 changes: 10 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,23 @@ System requirements

Auto-PyTorch has the following system requirements:

* Linux operating system (for example Ubuntu), Mac OS X `(get Linux here) <https://www.wikihow.com/Install-Linux>`_,
* Linux operating system (for example Ubuntu) `(get Linux here) <https://www.wikihow.com/Install-Linux>`_,
* Python (>=3.6) `(get Python here) <https://www.python.org/downloads/>`_.
* C++ compiler (with C++11 supports) `(get GCC here) <https://www.tutorialspoint.com/How-to-Install-Cplusplus-Compiler-on-Linux>`_ and
* SWIG (version 3.0.* is required; >=4.0.0 is not supported) `(get SWIG here) <http://www.swig.org/survey.html>`_.

Installing Auto-Pytorch
=======================

PyPI Installation
-----------------

.. code:: bash
pip install autoPyTorch
Manual Installation
-------------------

.. code:: bash
# Following commands assume the user is in a cloned directory of Auto-Pytorch
Expand Down

0 comments on commit 06e67de

Please sign in to comment.