emilianavt / OpenSeeFace

Robust realtime face and facial landmark tracking on CPU with Unity integration
BSD 2-Clause "Simplified" License
1.46k stars 152 forks source link

Add make_exe.sh for Linux and Mac #44

Closed you-win closed 2 years ago

you-win commented 2 years ago

Adds a script to install pyinstaller and all required dependencies for OpenSeeFace inside of a virtual environment.

On Linux, there is a prerequisite for the venv and pip modules to be installed through the system package manager (or however the user obtained their python installation). This note can be added to the README.md upon request.

emilianavt commented 2 years ago

Thank you!