Installation

ERTK

ERTK can be installed from PyPI using pip:

pip install ertk

Alternatively, you can clone the repository and install it manually:

git clone https://github.com/Strong-AI-Lab/emotion.git
cd emotion
pip install .

To install in editable mode, use the -e flag:

pip install -e .

You can also install directly from GitHub with pip:

pip install git+https://github.com/Strong-AI-Lab/emotion.git

Optional third-party libraries

ERTK can use the following third-party libraries if they are installed:

To install ERTK with these dependencies, use the [all] extra:

pip install ertk[all-preprocessors]

Note that fairseq is not updated on PyPI and so must be installed from GitHub directly:

pip install git+https://github.com/facebookresearch/fairseq.git@ae59bd6d04871f6174351ad46c90992e1dca7ac7