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-functions install -m 644 yt-dlp.zsh $(DESTDIR)$(SHAREDIR)/zsh/site-functions/_yt-dlp install -d...
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...
pip.commands_dict["install"] = CertInstallCommand implicit_pip = True implicit_setuptools = True implicit_wheel = True # Check if the user has requested us not to install setuptools if "--no-setuptools" in sys.argv or os.environ.get("PIP_NO_SETUPTOOLS"): ...