Skip to content

Commit 73ea8f5

Browse files
authored
remove references to Rasa X in install
I missed a couple mentions of Rasa X in RasaHQ#4946
1 parent 3335c6e commit 73ea8f5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/user-guide/installation.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
:desc: Manage our open source NLU on premise to allow local intent recognition,
2-
entity extraction and customisation of the language models.
1+
:desc: Install Rasa Open Source on premises to enable local and customizable
2+
Natural Lanaguage Understanding and Dialogue Management.
33
:meta_image: https://i.imgur.com/nGF1K8f.jpg
44

55
.. _installation:
@@ -13,7 +13,7 @@ Installation
1313
Quick Installation
1414
~~~~~~~~~~~~~~~~~~
1515

16-
You can install both Rasa Open Source and Rasa X using pip (requires Python 3.6 or 3.7).
16+
You can install Rasa Open Source using pip (requires Python 3.6 or 3.7).
1717

1818
.. code-block:: bash
1919
@@ -96,8 +96,8 @@ Otherwise, proceed with the instructions below to install them.
9696
C:\> pip3 install -U pip
9797
9898
.. note::
99-
Note that `pip` in this refers to `pip3` as Rasa requires python3. To see which version the `pip`
100-
command on your machine calls use `pip --version`.
99+
Note that `pip` in this refers to `pip3` as Rasa Open Source requires python3. To see which version
100+
the `pip` command on your machine calls use `pip --version`.
101101

102102

103103
2. Create a virtual environment (strongly recommended)
@@ -149,13 +149,13 @@ Tools like `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ and `virtualenv
149149
150150
$ pip install -U pip
151151
152-
To install Rasa Open Source without Rasa X:
152+
To install Rasa Open Source:
153153

154154
.. code-block:: bash
155155
156156
$ pip install rasa
157157
158-
**Congratulations! You have successfully installed Rasa!**
158+
**Congratulations! You have successfully installed Rasa Open Source!**
159159

160160
You can now head over to the tutorial.
161161

0 commit comments

Comments
 (0)