Installation#
If you need to install the pvWebMonitor package:
pip install pvWebMonitor
To install for development, follow these terse instructions:
1git clone https://github.com/BCDA-APS/pvWebMonitor.git
2cd pvWebMonitor
3ENV_NAME=pvWebMonitor
4conda create -y -n "${ENV_NAME}" "python=3.13" pandoc
5conda activate "${ENV_NAME}"
6pip install -e .
Once the installation is complete, the pvWebMonitor executable should be ready to use.