Apply some feedback

This commit is contained in:
Simon Sawicki 2024-05-11 19:05:06 +02:00
parent f26010b5b5
commit a55dd59c60
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -137,7 +137,7 @@ We follow [youtube-dl's policy](https://github.com/ytdl-org/youtube-dl#can-you-a
Most users do not need to build yt-dlp and can [download the builds](https://github.com/yt-dlp/yt-dlp/releases), get them via [the other installation methods](README.md#installation) or directly run it using `python -m yt_dlp`. Most users do not need to build yt-dlp and can [download the builds](https://github.com/yt-dlp/yt-dlp/releases), get them via [the other installation methods](README.md#installation) or directly run it using `python -m yt_dlp`.
`yt-dlp` uses [`hatch`](<https://hatch.pypa.io>) as a project management tool. `yt-dlp` uses [`hatch`](<https://hatch.pypa.io>) as a project management tool.
You can easily install it using [`pipx`](<https://pipx.pypa.io>) via `pipx install hatch`, or else via `pip` or your package manager of choice. You can easily install it using [`pipx`](<https://pipx.pypa.io>) via `pipx install hatch`, or else via `pip` or your package manager of choice. Make sure you are using at least version `1.10.0`, otherwise some functionality might not work as expected.
If you plan on contributing to `yt-dlp`, you are required to run If you plan on contributing to `yt-dlp`, you are required to run

View File

@ -67,7 +67,7 @@ build = [
dev = [ dev = [
"autopep8~=2.0", "autopep8~=2.0",
"pre-commit", "pre-commit",
"ruff~=0.4", "ruff~=0.4.3",
] ]
test = [ test = [
"pytest~=8.1", "pytest~=8.1",
@ -103,6 +103,7 @@ include = [
"/LICENSE", # included as license "/LICENSE", # included as license
"/pyproject.toml", # included by default "/pyproject.toml", # included by default
"/README.md", # included as readme "/README.md", # included as readme
"/setup.cfg",
"/supportedsites.md", "/supportedsites.md",
] ]
artifacts = [ artifacts = [