Skip to content

Commit

Permalink
Resolve typos and remove unnecessary command
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa-jmac committed Aug 11, 2023
1 parent dd9a27c commit 625fab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions docs/docs/installation/rasa-pro/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ keyring --list-backends

The results should include `ChainerBackend` and `GooglePythonAuth`.

Print the repository configuration to add to your Python project:

```sh
gcloud artifacts print-settings python \
--project=rasa-releases \
--repository=rasa-plus-py \
--location=europe-west3
```

#### Installing with `pip`

Expand All @@ -95,13 +87,13 @@ Next, add these specific settings to the pip configuration file. The location fo

For the file associated with your operating system user:

- Unix: `$HOME/.config/pip/pip.conf` or `$HOME/.pip/pip.conf`
- Linux: `$HOME/.config/pip/pip.conf` or `$HOME/.pip/pip.conf`
- MacOS: `/Library/Application Support/pip/pip.conf` or `$HOME/.config/pip/pip.conf`
- Windows: `%APPDATA%\pip\pip.ini` or `%USERPROFILE%\pip\pip.ini`

For virtual environments:

- Unix and macOS: `$VIRTUAL_ENV/pip.conf`
- Linux and macOS: `$VIRTUAL_ENV/pip.conf`
- Windows: `%VIRTUAL_ENV%\pip.ini`


Expand Down
2 changes: 1 addition & 1 deletion docs/docs/installation/rasa-pro/rasa-pro-artifacts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import RasaProBanner from "@theme/RasaProBanner";

<RasaProBanner />

- **Rasa Pro**, a drop-in replacement for Rasa Open Source enterprise
- **Rasa Pro**, a drop-in replacement for Rasa Open Source
- **Rasa Pro Services**, flexible infrastructure and APIs on top of Rasa
Open Source. Rasa Pro Services should be deployed alongside, but separately
from your production assistant.
Expand Down

0 comments on commit 625fab3

Please sign in to comment.