For complete installation instructions, please see the Installation Guide.
# Install from PyPI
pip install serdes-validation-framework[all]
# Verify installation
python -c "import serdes_validation_framework; print('Installation successful!')"
# Run core tests to verify functionality (91 tests, 0.83s)
python -m pytest tests/ -v --tb=short --ignore=tests/integration --ignore=tests/performance --ignore=tests/legacy- Python 3.9+
- 8GB RAM (16GB recommended)
- 2GB free disk space
- Follow the Getting Started Tutorial
- Try the USB4 Quick Start Guide
- Explore the Testing Guide for comprehensive testing
- Review the Configuration Reference
For detailed installation instructions, troubleshooting, and platform-specific guidance, see the complete Installation Guide.