Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 827 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 827 Bytes

vs-jet

PyPi package for quickly upgrading and installing all JET Python packages.

This package does not install any Vapoursynth plugins.
For support inquiries, please join the JET Discord server or leave an issue.

How to install

Install vsjet with the following command:

pip install vsjet

How to use

Install the stable versions of all JET packages:

python -m vsjet

Upgrade to latest git version of all JET packages:

python -m vsjet latest

Disclaimer: Latest git packages may be unstable! Please report issues in their respective repositories.