virtual-puppet-project / vpuppr

VTuber application made with Godot 4
Mozilla Public License 2.0
741 stars 61 forks source link

Add support for python version checking on Linux #94

Closed bytedream closed 2 years ago

bytedream commented 2 years ago

Since the onnxruntime library is currently only supported for python versions below 3.10, this changes the linux scripts that need this library to check if the installed python version(s) are below 3.10 (#93). The README.md now also contains a message that only version below python3.10 are supported.

I also added myself to extra-credits.txt lol.

you-win commented 2 years ago

Looks good to me. Thanks for the PR!