Merge pull request #16 from AtticusHelvig/uvREADME

Update README.md for uv Instructions
This commit is contained in:
Benedict Xavier
2024-11-19 07:37:26 +03:00
committed by GitHub

View File

@@ -100,13 +100,13 @@ Recommended method of installation is using [uv](https://docs.astral.sh/uv/).
```bash
# generally:
uv tool install fastanime[standard]
uv tool install "fastanime[standard]"
# or stripped down installations:
uv tool install fastanime
uv tool install fastanime[api]
uv tool install fastanime[mpv]
uv tool install fastanime[notifications]
uv tool install "fastanime[api]"
uv tool install "fastanime[mpv]"
uv tool install "fastanime[notifications]"
```