mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
updated build info
This commit is contained in:
parent
69e8a4a70c
commit
ae986058cf
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
|
@ -14,8 +14,18 @@ For well functioning [ftrack](https://www.ftrack.com/en/) event server, we recom
|
|||
|
||||
## Building Pype
|
||||
|
||||
Pype is build using [CX_Freeze](https://cx-freeze.readthedocs.io/en/latest) to freeze itself and all dependencies. You will need [Python 3.7+](https://www.python.org/downloads/) and `cx_Freeze` installed.
|
||||
### Windows
|
||||
|
||||
You will need [Python 3.7 and newer](https://www.python.org/downloads/) and [git](https://git-scm.com/downloads).
|
||||
|
||||
Clone repository:
|
||||
```sh
|
||||
git clone --recurse-submodules git@github.com:pypeclub/pype.git
|
||||
```
|
||||
pip install cx_Freeze --upgrade
|
||||
```
|
||||
|
||||
Run PowerShell script `build.ps1`. It will create *venv*, install all
|
||||
required dependencies and build Pype. After it is finished, you will find
|
||||
Pype in `build` folder.
|
||||
|
||||
|
||||
Pype is build using [CX_Freeze](https://cx-freeze.readthedocs.io/en/latest) to freeze itself and all dependencies.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue