Skip to content

Commit

Permalink
Remove Proxy Setting dependencies for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
pbg-intel committed Jun 28, 2024
1 parent 17336b7 commit ef16785
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~
Expand Down

0 comments on commit ef16785

Please sign in to comment.