Releases: mrhegit/hubdl
Releases · mrhegit/hubdl
Release list
v0.1.2
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 --versionInstall from this Release (wheel, offline)
python3 -m venv .venv && source .venv/bin/activate
pip install hubdl-*.whlDocs: README.md · README.zh-CN.md · CHANGELOG.md
Full Changelog: v0.1.1...v0.1.2
v0.1.1
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 --versionInstall from this Release (wheel, offline)
python3 -m venv .venv && source .venv/bin/activate
pip install hubdl-*.whlDocs: README.md · README.zh-CN.md · CHANGELOG.md
Full Changelog: https://github.com/mrhegit/hubdl/commits/v0.1.1