This repository offers build scripts and Windows executables for manga-py.
You can either build the executable yourself (see Building) or download a prepared one.
- Chocolatey
choco install manga-py
Grab the latest release and put it somewhere on your computer.
- Install Python 3.9 and virtualenv
- Put make.ps1 and utils.ps1 in to the same directory
- Execute
.\make.ps1
(ExecutionPolicy must be set toBypass
orUnrestricted
)
manga_py-VERSION
-win-x64.zip containing manga-py.exe
and LICENSE
will be created.