Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 356 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 356 Bytes

This is a fork of the official pysox repository.

Installation

pip install git+https://github.com/zigai/pysox.git

or

git clone https://github.com/zigai/pysox.git
cd pysox
pip install .

What's different?

  • Better Windows compatibility
  • Dropped support for Python 3.9 and below
  • Improved type hints