Skip to content

kennethreitz-archive/pyinstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

495 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

_PyInstaller 1.3_
=================

Use
===
 See doc/Manual.html

Installation in brief
=====================
 Non-Windows users should first build the bootloader:
    cd source/linux
    python ./Make.py
    make

 Everyone should:
    python Configure.py
    python Makespec.py /path/to/yourscript.py
    python Build.py /path/to/yourscript.spec
    .done.


Linux notes
===========
You will need some basic C/C++ compilation packages installed
on your computer to be able to build the bootloader. Debian/Ubuntu
users can run:

    sudo apt-get install build-essential python-dev zlib1g-dev



Major changes in this release
=============================
 See doc/CHANGES.txt

About

[Mirror] PyInstaller w/ changes to make it not suck as much

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors