Skip to content

v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 06:21
· 1 commit to main since this release

hubdl v0.1.2

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: v0.1.1...v0.1.2