Skip to content

API Module

Patrick edited this page May 3, 2021 · 3 revisions

Vpy Module

To access the API, we use the vpy module. You can install it with pip:

  • pip install vpy-module for installing it the first time.
  • pip install --upgrade vpy-module for upgrading the version.

The GUI does not need the vpy module to function properly, as it is bundled with the installer. However, while developing, it may be helpful to have type hinting and autocomplete for vpy.

vpy stands for Video Python.

Clone this wiki locally