This repository is for the Build a Python app with PyInstaller tutorial in the Jenkins User Documentation. The repository contains a simple Python application which is a command line tool "add2vals" ...
Want to distribute Python programs to your Python-less clients? PyInstaller is the answer. If you're used to working with a compiled language, the notion that you would need to have a programming ...
the first thing PyInstaller does is to build a spec (specification) file :file:`myscript.spec`. That file is stored in the :option:`--specpath` directory, by default the current directory. The spec ...