ubclaunchpad / minutes

:telescope: Speaker diarization via transfer learning
https://medium.com/ubc-launch-pad-software-engineering-blog/speaker-diarisation-using-transfer-learning-47ca1a1226f4
27 stars 5 forks source link

Migrate to Pipfile for dependencies #112

Closed iKevinY closed 6 years ago

iKevinY commented 6 years ago

:construction_worker: Changes

Use Pipenv and Pipfile instead of Conda for dependency management. Closes #111.

:flashlight: Testing Instructions

$ pip install pipenv
$ pipenv install --dev
$ pipenv shell
$ pytest