install -d $(DESTDIR)$(MANDIR)/man1 install -m 644 yt-dlp.1 $(DESTDIR)$(MANDIR)/man1 install -d $(DESTDIR)$(SYSCONFDIR)/bash_completion.d install -m 644 yt-dlp.bash-completion $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/yt-dlp install -d $(DESTDIR)$(SHAREDIR)/zsh/site-function...
Install tools from PyPI or git, each with its own isolated venv: % pipz install uv tldr jello rich-cli yt-dlp 'visidata @ git+https://github.com/saulpw/visidata@develop' Create a venv for the current folder (if necessary), activate it, and sync installed pkgs to match all requirements...
Docker是一种流行的容器化技术,它可以轻松地在一个容器中封装应用程序和它们的依赖项,以便在不同的环...
com/powershell:7.3.0-preview.3-ubuntu-focal-20220318 RUN apt-get update && \ apt-get -qq -y install curl ca-certificates python3-pip RUN pip3 install https://github.com/mikf/gallery-dl/archive/master.zip https://github.com/yt-dlp/yt-dlp/archive/master.zip COPY gallery-dl.ps1 /mydi...
from pip.commands.install import InstallCommand from pip.req import InstallRequirement # Wrapper to provide default certificate with the lowest priority class CertInstallCommand(InstallCommand): def parse_args(self, args): # If cert isn't specified in config or environment, we provide our ...