Skip to content

Releases: mrhegit/hubdl

Release list

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Aug 06:21

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

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 05:17

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