Update README.md
Browse files
README.md
CHANGED
@@ -52,13 +52,13 @@ The end results sums up to be this:
|
|
52 |
## Setup & Play
|
53 |
|
54 |
You'll need to have Rasa installed and this repository. You might want to create
|
55 |
-
a [virtual environment](
|
56 |
the dependencies rasa requires.
|
57 |
|
58 |
### Set-up Rasa
|
59 |
|
60 |
Follow the
|
61 |
-
[rasa installation instrcutions](
|
62 |
copy paste the following commands in terminal
|
63 |
|
64 |
```bash
|
|
|
52 |
## Setup & Play
|
53 |
|
54 |
You'll need to have Rasa installed and this repository. You might want to create
|
55 |
+
a [virtual environment](https://docs.python.org/3/library/venv.html) to isolate
|
56 |
the dependencies rasa requires.
|
57 |
|
58 |
### Set-up Rasa
|
59 |
|
60 |
Follow the
|
61 |
+
[rasa installation instrcutions](https://rasa.com/docs/rasa/installation) or
|
62 |
copy paste the following commands in terminal
|
63 |
|
64 |
```bash
|