Please refer to our Full User documentation at Read the Docs
poetry install # Install dependencies
poetry shell # Activate virtual environment
poetry build # Build packagepytest # Run all tests
pytest tests/test_s2cs.py # Run specific test file
pytest tests/test_s2cs.py::test_update_success # Run specific test
pytest -xvs # Verbose mode
pytest --cov=src # Test with coverages2uc --help # SciStream User Client CLI
s2cs --help # SciStream Control Server CLI
appctrl --help # Application Controller CLIFor more detailed development guidelines, see CLAUDE.md.