Install the KeyView Filter Python Module

When you install the KeyView Filter SDK (see Windows Installation), the KeyView Filter Python module is extracted to the pythonapi folder. Install the module using Python's pip utility, as described below.

To install the KeyView Filter Python module

  1. Open a command-line window.

  2. Change directory to the KeyView installation directory.

  3. Run the following command:

    pip install keyview-filter --no-index -f pythonapi\keyview
  4. (Optional) To install optional components that are required to run the included Jupyter notebook, run the following command:

    pip install -r pythonapi\notebooks\requirements.txt