Jaded-Encoding-Thaumaturgy / vs-jet

PyPi package for quickly updating and installing all JET packages.
MIT License
0 stars 0 forks source link

Expected usage pattern of this package? #4

Closed adworacz closed 1 year ago

adworacz commented 1 year ago

Hello, and thank you for maintaining this standard metapackage for all of these utilities.

I'd like to get a better understanding of how this package can be consumed, while still utilizing various vapoursynth plugins like BM3D, MVtools, etc.

Given the use case of an Archlinux user, many plugins are installed from the main repo or the AUR. For python packages, the downside is that the default is often to use just the raw git URL, which can be prone to breakages due to changes between the versions you maintain here.

Is it possible to use this package in a virtualenv of some sort, and rely on Arch/the AUR to pull down the core libraries (BM3D, MVtools, etc)?

I'll happily contribute some documentation to the README to help others figure this out.

adworacz commented 1 year ago

I actually have a pretty solid solution to this now, combining python virtual envs, a small script, and the Archlinux AUR for all compiled plugins.

I'll put together some documentation that at least describes how to consume this in a venv and submit a PR.

Setsugennoao commented 1 year ago

All right! Will be looking forward your PR.