Skip to content

manga-py/manga-py-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Windows builds for manga-py

This repository offers build scripts and Windows executables for manga-py.

Installation

You can either build the executable yourself (see Building) or download a prepared one.

Package manager

Manual

Grab the latest release and put it somewhere on your computer.

Building

  1. Install Python 3.9 and virtualenv
  2. Put make.ps1 and utils.ps1 in to the same directory
  3. Execute .\make.ps1 (ExecutionPolicy must be set to Bypass or Unrestricted)

manga_py-VERSION-win-x64.zip containing manga-py.exe and LICENSE will be created.