fangfufu / Linux-Fake-Background-Webcam

Faking your webcam background under GNU/Linux, now supports background blurring, animated background, colour map effect, hologram effect and on-demand processing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stability improvement using Python venv

fangfufu opened this issue · comments

There have been various reports on stability issue. I think it makes sense to instruct the users to use Python venv. This way we can specify the version of Python and the versions of dependencies.

  • README.md should be modified to provide instructions on setting up Python venv.