Version 3.2.0 Beta 2
Pre-release
Pre-release
·
18 commits
to master
since this release
This release switches to py7zr to remove the requirement of having 7zip installed on Windows
Additionally Python 3 users will manually have to install the dependencies
This is a BETA, use the last working release (3.1.4) if you run into any issues
Windows instructions
- Download
lazy-dsi-file-downloader-v3.2.0-beta1-Windows.zip
- Right click and extract it
- Run
lazy-dsi-file-downloader-v3.2.0-beta1-Windows.exe
macOS instructions
- Download and extract
lazy-dsi-file-downloader-v3.2.0-beta1-macOS.zip
- Open Terminal
- Drag and drop
lazy-dsi-file-downloader-v3.2.0-beta1-macOS
onto the Terminal window and press return
Python3 instructions (Linux, Windows, macOS)
- Extract all files in
lazy-dsi-file-downloader-v3.2.0-beta1-Python3.zip
- Run:
pip install -r requirements.txt
- Run using Python3.5 or higher :
- Linux / macOS :
python3 main.py
- Windows :
python main.py
- Linux / macOS :