File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 .
3
3
:meta_image: https://i.imgur.com/nGF1K8f.jpg
4
4
5
5
.. _installation :
@@ -13,7 +13,7 @@ Installation
13
13
Quick Installation
14
14
~~~~~~~~~~~~~~~~~~
15
15
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).
17
17
18
18
.. code-block :: bash
19
19
@@ -96,8 +96,8 @@ Otherwise, proceed with the instructions below to install them.
96
96
C:\> pip3 install -U pip
97
97
98
98
.. 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 `.
101
101
102
102
103
103
2. Create a virtual environment (strongly recommended)
@@ -149,13 +149,13 @@ Tools like `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ and `virtualenv
149
149
150
150
$ pip install -U pip
151
151
152
- To install Rasa Open Source without Rasa X :
152
+ To install Rasa Open Source:
153
153
154
154
.. code-block :: bash
155
155
156
156
$ pip install rasa
157
157
158
- **Congratulations! You have successfully installed Rasa! **
158
+ **Congratulations! You have successfully installed Rasa Open Source ! **
159
159
160
160
You can now head over to the tutorial.
161
161
You can’t perform that action at this time.
0 commit comments