AffectiveComputing/emu

Missing required python packages in README

Opened this issue · 0 comments

I was trying to run application according to the instructions in README and I met some problems. I had to install additional packages from pypi: pandas and imgaug. Besides, opencv can be also installed by pip3
pip3 install opencv-python

Please update README