Python dependencies:
- Python v3.6.6 or later
- Mako Templates for Python v1.0.7
- PyYAML v3.13
- Sphinx 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.
py -m pip install -r ..\third_party\requirements.txt
Documentation is generated from source code using Doxygen.