Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1014 Bytes

File metadata and controls

31 lines (21 loc) · 1014 Bytes

Installation

For complete installation instructions, please see the Installation Guide.

Quick Install

# 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

Requirements

  • Python 3.9+
  • 8GB RAM (16GB recommended)
  • 2GB free disk space

Next Steps

  1. Follow the Getting Started Tutorial
  2. Try the USB4 Quick Start Guide
  3. Explore the Testing Guide for comprehensive testing
  4. Review the Configuration Reference

For detailed installation instructions, troubleshooting, and platform-specific guidance, see the complete Installation Guide.