Getting Started¶
Installation¶
With Python >= 3.6, you can install libf0
using the Python package manager pip:
pip install libf0
Contributing¶
For development, testing, or generating the API documentation, clone the git repository and install:
git clone https://github.com/groupmm/libf0.git
cd libf0
pip install -e .[dev,tests,docs]