Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed Oct 31, 2023
1 parent 35660ef commit 0907b57
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# vs-jet

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

<br>

<br><br>
This package does not install any Vapoursynth plugins.<br>
For support inquiries, please join the [JET Discord server][discord]
or leave an [issue][issues].

## How to install

Expand All @@ -14,18 +14,23 @@ Install `vsjet` with the following command:
pip install vsjet
```

<br>

## How to use

Install all jet packages:
Install the stable versions of all JET packages:

```sh
python -m vsjet
```

Install latest git version of all JET packages:
Upgrade to latest git version of all JET packages:

```sh
python -m vsjet latest
```

**Disclaimer:** Latest git packages may be unstable!
Please report issues in their [respective repositories][jet-repo].

[discord]: https://discord.gg/XTpc6Fa9eB
[issues]: https://github.com/Jaded-Encoding-Thaumaturgy/vs-jet/issues
[jet-repo]: https://github.com/orgs/Jaded-Encoding-Thaumaturgy/repositories

0 comments on commit 0907b57

Please sign in to comment.