mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 15:50:01 -08:00
Update README.md
This commit is contained in:
18
README.md
18
README.md
@@ -8,8 +8,8 @@
|
||||
</p>
|
||||
<div align="center">
|
||||
|
||||
[](https://pypi.org/project/viu/)
|
||||
[](https://pypi.org/project/viu/)
|
||||
[](https://pypi.org/project/viu_cli/)
|
||||
[](https://pypi.org/project/viu_cli/)
|
||||
[](https://github.com/Benexl/Viu/actions)
|
||||
[](https://discord.gg/HBEmAwvbHV)
|
||||
[](https://github.com/Benexl/Viu/issues)
|
||||
@@ -98,13 +98,13 @@ The best way to install Viu is with [**uv**](https://github.com/astral-sh/uv), a
|
||||
|
||||
```bash
|
||||
# Install with all optional features for the full experience
|
||||
uv tool install "viu[standard]"
|
||||
uv tool install "viu_cli[standard]"
|
||||
|
||||
# Or, pick and choose the extras you need:
|
||||
uv tool install viu # Core functionality only
|
||||
uv tool install "viu[download]" # For advanced downloading with yt-dlp
|
||||
uv tool install "viu[discord]" # For Discord Rich Presence
|
||||
uv tool install "viu[notifications]" # For desktop notifications
|
||||
uv tool install viu_cli # Core functionality only
|
||||
uv tool install "viu_cli[download]" # For advanced downloading with yt-dlp
|
||||
uv tool install "viu_cli[discord]" # For Discord Rich Presence
|
||||
uv tool install "viu_cli[notifications]" # For desktop notifications
|
||||
```
|
||||
|
||||
### Other Installation Methods
|
||||
@@ -129,12 +129,12 @@ uv tool install "viu[notifications]" # For desktop notifications
|
||||
|
||||
#### Using pipx (for isolated environments)
|
||||
```bash
|
||||
pipx install "viu[standard]"
|
||||
pipx install "viu_cli[standard]"
|
||||
```
|
||||
|
||||
#### Using pip
|
||||
```bash
|
||||
pip install "viu[standard]"
|
||||
pip install "viu_cli[standard]"
|
||||
```
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user