Skip to content

Commit

Permalink
Update pip and also add warning to docs (#10244)
Browse files Browse the repository at this point in the history
* Update pip and also add warning to docs

Fixes #10230
  • Loading branch information
Tayfun Sen authored Nov 16, 2021
1 parent 130405f commit ac719a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions changelog/10230.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update pip in same command which installs rasa and clarify supported version in
docs.
8 changes: 4 additions & 4 deletions docs/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ your machine and continue development locally.
**Install Rasa Open Source using pip (requires Python 3.7, or 3.8).**

```bash
pip3 install -U --user pip
pip3 install -U --user pip && pip3 install rasa
```

```bash
pip3 install rasa
```
:::caution
The command above will upgrade your pip to the latest version. We recommend using pip 21.3 or later due to performance improvements. Previous versions would take long time to resolve dependencies.
:::

**You are now ready to go! So what's next? You can create a new project by running:**

Expand Down

0 comments on commit ac719a4

Please sign in to comment.