Skip to content

Commit

Permalink
Update pip and also add warning to docs
Browse files Browse the repository at this point in the history
Fixes #10230
  • Loading branch information
Tayfun Sen committed Nov 16, 2021
1 parent 7c918b2 commit 6459844
Showing 1 changed file with 4 additions and 4 deletions.
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
We recommend updating pip to 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 6459844

Please sign in to comment.