From 9cdc9004b9fa32659349b723be76e136320a9744 Mon Sep 17 00:00:00 2001 From: souvik ghosh Date: Tue, 10 Oct 2023 13:06:27 +0200 Subject: [PATCH] remove pypric configuration from docs --- .../installation/rasa-pro/installation.mdx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/docs/docs/installation/rasa-pro/installation.mdx b/docs/docs/installation/rasa-pro/installation.mdx index 3b1babc885d9..8b6dc484f389 100644 --- a/docs/docs/installation/rasa-pro/installation.mdx +++ b/docs/docs/installation/rasa-pro/installation.mdx @@ -67,23 +67,7 @@ The results should include `ChainerBackend` and `GooglePythonAuth`. #### Installing with `pip` -Enter the following settings to the `.pypirc` file. This can be found: - -- Linux and MacOS: `$HOME/.pypirc` -- Windows: `%USERPROFILE%\.pypirc` - - -``` -[distutils] -index-servers = - rasa-plus-py - -[rasa-plus-py] -repository: https://europe-west3-python.pkg.dev/rasa-releases/rasa-plus-py/ - -``` - -Next, add these specific settings to the pip configuration file. The location for this depends on whether you want to update the per-user file or the file specific to a virtual environment that you are using. +Add these specific settings to the pip configuration file. The location for this depends on whether you want to update the per-user file or the file specific to a virtual environment that you are using. For the file associated with your operating system user: