Display one or more EPICS PVs in a PyDM GUI window as a table.
pvview {sky,xxx}:{iso8601,:UPTIME} xxx:alldone adsky:cam1:Acquire &
pip install pvviewUse conda to create an isolated Python environment, then pip for everything else:
conda create -n pvview conda-forge::pvviewUse conda to create an isolated Python environment, then pip for everything else:
pip install pvviewgit clone https://github.com/BCDA-APS/pvview.git
cd pvview
conda create -n pvview conda-forge::python=3.14
conda activate pvview
pip install -e .[dev]