Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 05:17
· 2 commits to main since this release

hubdl v0.1.1

Official install uses PyPI inside a virtual environment (do not use system/global Python).

Install from PyPI (recommended)

sudo apt install -y python3 python3-venv aria2 ca-certificates
python3 -m venv .venv && source .venv/bin/activate
pip install -U pip hubdl
hubdl --version

Install from this Release (wheel, offline)

python3 -m venv .venv && source .venv/bin/activate
pip install hubdl-*.whl

Docs: README.md · README.zh-CN.md · CHANGELOG.md

Full Changelog: https://github.com/mrhegit/hubdl/commits/v0.1.1