GSP_API Graphic Server Protocol Application User Interface Installation Create 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 .