-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Tim Paine edited this page Mar 12, 2025
·
1 revision
You need Python >=3.9 on your machine to install csp-gateway
.
pip install csp-gateway
conda install csp-gateway --channel conda-forge
For other platforms and for development installations, build csp-gateway
from source.
This wiki is autogenerated. To made updates, open a PR against the original source file in docs/wiki
.
Get Started
Key Components
For Developers
Modules
- API/UI Modules
- Logging Modules
- Replay Engine Modules
- Utility Modules
For Contributors