Installation
How to install PySET.
From PyPI (Recommended)
pip install pyset
From Source
git clone https://github.com/anomalyco/pyset
cd pyset
pip install -e .
Requirements
- Python 3.13 or higher
- Zero external dependencies
Verify Installation
python -c "import pyset; print(pyset.__version__)"
# Output: 1.0.0
Development Install
pip install -e ".[dev]"
pytest tests/
Uninstall
pip uninstall pyset