vt_tools
is a Python library containing basic tools for vocal tract processing, which is intended to standardize and advance articulatory speech research.
- Clone the repo
>>> git clone git@clone-url/vt_tools.git
- Install the library
>>> pip3 install -e /path/to/vt_tools
- Import it in your code
import vt_tools
- Clone the repo
>>> git clone git@clone-url/vt_tools.git
- Create a virtual environment
>>> cd vt_tools
>>> python3 -m venv .dev_env
- Activate the virtual environment
>>> source .dev_env/bin/activate
- Install the requirements
>>> pip3 install -r requirements.txt
- Run the tests
>>> py.test test
- Submit your pull request