Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 744 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 744 Bytes

Python dependencies:

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.
  py -m pip install -r ..\third_party\requirements.txt

Documentation is generated from source code using Doxygen.