Clone the project
git clone https://github.com/pytchtracking/pytch
cd pytch
Install pytch:
pip install .
On Linux, make sure the portaudio library is installed:
sudo apt install libportaudio2
Open a terminal, type
pytch
hit return and sing!
Every contribution is welcome. To ensure consistent style we use black. You can add automated style checks at commit time using pre-commit
pip install pre-commit
pre-commit install