Install from a remote source archive or wheel URL.
Section: VCS and Direct URLs
Install from a direct archive URL
bash
bash
python -m pip install https://files.pythonhosted.org/packages/.../package.whlExplanation
Useful for direct artifacts and private file endpoints.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing VCS and Direct URLs
Install from a Git repository over HTTPS
Install a package directly from a Git repo.
Install from a specific Git ref
Pin a VCS install to a tag, branch, or commit.
Install from requirements file
Install dependencies listed in a requirements file.
Install multiple requirements files
Combine base and environment-specific requirement lists.
Install into a target directory
Install packages into a custom filesystem path.