ppwwyyxx / speaker-recognition

A Speaker Recognition System
Apache License 2.0
675 stars 276 forks source link

Add requirements.txt #77

Closed NavneetNandan closed 5 years ago

NavneetNandan commented 5 years ago

Kindly add a requirements.txt file having all dependencies.

ppwwyyxx commented 5 years ago

Adding it will not help much because many python dependencies of this project have their own C library dependencies, which means that pip install -r requirements.txt will fail on an empty system.

You can refer to the docker file on how to install dependencies.

Aurora11111 commented 5 years ago

@ppwwyyxx Is it means that this project must run on docker?

ppwwyyxx commented 5 years ago

It does not

Aurora11111 commented 5 years ago

@ppwwyyxx how to excute your command when in archlinux?

ppwwyyxx commented 5 years ago

Install the dependencies listed in the readme.