# Installation ## Using pip ```bash pip install sorterpy ``` ## Requirements - Python 3.7+ - requests - loguru ## API Version Compatibility The SDK is compatible with sorter.social API versions: - 2.x - 2.1.x - 2.1.1 ## Development Installation For contributing or development: ```bash git clone https://github.com/sorterisntonline/sorterpy.git cd sorterpy pip install -e ".[dev]" ```