Instal Extra membutuhkan

# For remote repos:
pip install -e git+https://github.com/user/project.git#egg=project[extra]

# And for local ones:
pip install -e .[extra]

# replace 'extra' by the name of the desired extra requirements group
Fine Fly