Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamp installation page #4311

Merged
merged 11 commits into from
Aug 27, 2019
Merged
30 changes: 13 additions & 17 deletions docs/user-guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,26 @@ Installation
Quick Installation
~~~~~~~~~~~~~~~~~~

You can get started using ``pip`` with the following command.
You can install both Rasa and Rasa X using pip with the following command (requires Python >= 3.5.4).
msamogh marked this conversation as resolved.
Show resolved Hide resolved
msamogh marked this conversation as resolved.
Show resolved Hide resolved

.. code-block:: bash
amn41 marked this conversation as resolved.
Show resolved Hide resolved

$ pip install rasa-x --extra-index-url https://pypi.rasa.com/simple

.. note::

You'll need a minimum Python version of 3.5.4 to install Rasa.

This will install both Rasa and Rasa X on your system.

Once you're done with this, you can head over to the tutorial!

.. button::
:text: Next Step: Tutorial
:link: ../rasa-tutorial/

**For a more detailed guide on setting up, follow along the** :ref:`installation guide <installation_guide>`.
|
-------------------------------------------

For a more detailed guide on setting up Rasa with pip, follow along the :ref:`installation guide <installation_guide>`. You can also :ref:`build Rasa from source <build_from_source>`.

If you have a specific pipeline in mind and want to install dependencies for that,
head over to the section on :ref:`pipeline dependencies <pipeline_dependencies>`.

**If you have a specific pipeline in mind and want to install dependencies for that,
head over to the section on** :ref:`pipeline dependencies <pipeline_dependencies>`.

msamogh marked this conversation as resolved.
Show resolved Hide resolved
.. _installation_guide:

Expand Down Expand Up @@ -70,18 +68,12 @@ Otherwise, proceed with the instructions below to install them.

.. tab:: macOS

Install the `Homebrew <https://brew.sh>`_ package manager if you haven't already using
the command below.

.. code-block:: bash

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install the `Homebrew <https://brew.sh>`_ package manager if you haven't already.

Once you're done, you can install Python and virtualenv.

.. code-block:: bash

$ export PATH="/usr/local/bin:/usr/local/sbin:$PATH"
$ brew update
$ brew install python # Python 3
$ sudo pip3 install -U virtualenv # system-wide install
Expand Down Expand Up @@ -176,6 +168,10 @@ Tools like `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ and `virtualenv

You can now head over to the :ref:`tutorial <rasa-tutorial>`.

|
-------------------------------------------

.. _build_from_source:

Building from Source
~~~~~~~~~~~~~~~~~~~~
Expand Down