From ef16785ec07860c621f72a0c9284026ce587a16a Mon Sep 17 00:00:00 2001 From: PRADEEP BG Date: Fri, 28 Jun 2024 12:56:48 -0700 Subject: [PATCH] Remove Proxy Setting dependencies for installation --- scripts/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 65352a2a4..05c2b294b 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -5,12 +5,8 @@ Python dependencies: * [Sphinx](https://www.sphinx-doc.org/en/master/) v2.2.2 Installing Python dependencies: - * Ensure HTTP proxy environment variables are setup with following commands. Restart command window after - ~~~~ - setx HTTP_PROXY "http://proxy-chain.intel.com:912" - setx HTTPS_PROXY "http://proxy-chain.intel.com:912" - ~~~~ - * Install all python requirements. + + * Install all python requirements ~~~~ py -m pip install -r ..\third_party\requirements.txt ~~~~