Skip to content
Snippets Groups Projects

PyVolt Setup

Steps

  1. Build Docker Image:

    docker build --no-cache -t pyvolt .
  2. Run Docker Container:

    docker run -it -v $(pwd)/examples:/app/examples pyvolt
  3. Example Usage:

    cd examples
    python3 quickstart/run_nv_state_estimator.py