Install latest pyinstaller via pip#4
Open
gregretkowski wants to merge 1 commit intofawkesley:masterfrom
Open
Conversation
This changes the package.sh script so that it installs pip and pyinstaller natively within the wine environment. This ensures the build will use the newest version of pyinstaller. Suport is also added here for installing additional pip's if a requirements.txt is present in your source directory. * install pip within wine environment * install pyinstaller via pip * install pip's if requrements.txt is present * a note on using pyinstaller hooks in your specfile
Owner
|
@gregretkowski very sorry for ignoring this :( Would you like to be a contributor or take over this repo? |
Author
|
This PR is the only time I have worked on this code, working on other projects now. So I wouldn't be a good maintainer for it. Sorry!
…On October 23, 2018 9:30:39 AM PDT, Paul M Furley ***@***.***> wrote:
@gregretkowski very sorry for ignoring this :(
Would you like to be a contributor or take over this repo?
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#4 (comment)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This changes the package.sh script so that it installs pip
and pyinstaller natively within the wine environment. This
ensures the build will use the newest version of pyinstaller.
Suport is also added here for installing additional pip's
if a requirements.txt is present in your source directory.