This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 129
Pype 3.0 - command and install refactoring #513
Merged
Merged
Conversation
This file contains 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
antirotor
added
type: enhancement
Enhancements to existing functionality
epic
affects: CORE
labels
Sep 9, 2020
This doesn't work yet BTW. It should build OK under windows and print help, but |
locking ftrack version because of clique 1.5.0 support
iLLiCiTiT
reviewed
Nov 27, 2020
iLLiCiTiT
reviewed
Nov 27, 2020
mkolar
approved these changes
Dec 8, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge this and start cleaning up with all other code.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Feature
This is first step towards new Pype 3 infrastructure. It dissolves pypeclub/pype-setup into pypeclub/pype. It provides basic build infrastructure to build/freeze Pype into standalone self-contained application. All required repositories are now added as git submodules into
repos
folder.You can either clone it and init submodules in one step:
Or if you already cloned pype just run:
Building Pype
Windows
You will need Python 3.7 and newer and git.
Clone repository:
Run PowerShell script
build.ps1
. It will create venv, install allrequired dependencies and build Pype. After it is finished, you will find
Pype in
build
folder.Pype is build using CX_Freeze to freeze itself and all dependencies.
Closes #211
Closes #176
Closes #76
Closes #7