-
Notifications
You must be signed in to change notification settings - Fork 37
Installation
github-actions[bot] edited this page Jun 11, 2024
·
3 revisions
You need Python >=3.8 on your machine to install csp.
pip install csp
conda install csp --channel conda-forge
For other platforms and for development installations, build csp
from
source.
This wiki is autogenerated. To made updates, open a PR against the original source file in docs/wiki
.
Get Started (Tutorials)
Concepts
- CSP Node
- CSP Graph
- Historical Buffers
- Execution Modes
- Adapters
- Feedback and Delayed Edge
- Common Mistakes
How-to guides
- Use Statistical Nodes
- Create Dynamic Baskets
- Write Adapters:
- Profile CSP Code
References
- API Reference
- Glossary of Terms
- Examples
Developer Guide