Skip to content

OpenVINO™ Toolkit documentation repository

Notifications You must be signed in to change notification settings

sgolebiewski-intel/openvino_docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

Steps:

  1. Clone the repo

  2. set up venv environment (please use .venv directory as it the .gitignore is already configured for it):

    python3 -m venv .venv
    source .venv/bin/activate
  3. Run get_openvino_repo.sh

  4. Run install_dependencies.sh

  5. Run build_doxygen.sh

  6. Run sphinx-build -b html . _build/html

  7. Leave venv environment: deactivate