Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 248 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 248 Bytes

Contributing to pyvoices

Installing pyvoices for development

  1. Fork dlce-eva/pyvoices
  2. Clone your fork
  3. Install pyvoices for development (preferably in a separate virtual environment) running
pip install -e .[dev,test]