GSP_APIGraphic Server Protocol Application User InterfaceInstallationCreate a virtual environment and install the required packages:# Create a virtual environment python -m venv .venv source .venv/bin/activate # Install required packages pip install -e .