virtual-puppet-project / vpuppr

VTuber application made with Godot 4
Mozilla Public License 2.0
725 stars 62 forks source link

Added manual install step for Linux #124

Closed GlitchPhoenix98 closed 1 year ago

GlitchPhoenix98 commented 2 years ago

Added commands to install dependencies on 3.6 - 3.9 and 3.10.

you-win commented 2 years ago

Thanks for the PR. This is technically in the latest stable release here, but still needs to be restored for master.

I want to avoid polluting the user's global python module environment, so regardless of what version of Python is present, a venv should be used.

you-win commented 2 years ago

Perhaps your PR could be reworded as a manual install step?

GlitchPhoenix98 commented 2 years ago

Sure, I was kinda tired when I wrote the title, so my bad for the wording. Also I did add a guide for the venv.

you-win commented 1 year ago

I agree with the comments from @ByteDream .

For local development (not using the pyinstaller version of OpenSeeFace included with the current Linux alpha), the instructions could be consolidated into 1 section for all supported Python versions.

orowith2os commented 1 year ago

Anyone can easily grab the pyinstaller version of openseeface from vpuppr and run it just fine outside if it, it seems, so maybe just provide instructions on how to build that?

you-win commented 1 year ago

vpuppr has had its git refs pruned. Basically, it should be much leaner now when grabbing the source code (from a 200mb download to 100mb). If this PR is still in-progress, please follow these steps:

  1. Back up your changes
  2. Delete your copies of vpuppr in GitHub and on your computer
  3. Re-fork vpuppr
  4. Re-apply your changes
  5. Re-submit the PR