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.
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
andpip
modules to be installed through the system package manager (or however the user obtained their python installation). This note can be added to theREADME.md
upon request.