Skip to content

Commit 401f4ca

Browse files
committed
For #13673, removed PySide2 references
1 parent 836af40 commit 401f4ca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ This is a helper library designed to be used in
44
conjunction with the [tk-unreal](https://github.com/ue4plugins/tk-unreal) engine.
55

66
This framework contains hooks which can be re-used in configurations where the
7-
Unreal integration is needed, and PySide2 binaries needed to run the SG Toolkit
7+
Unreal integration is needed, and PySide binaries needed to run the SG Toolkit
88
integration in Unreal.
99

1010
Please see the engine for more details.
1111

12-
## The PySide2 libraries
12+
## The PySide libraries
1313

14-
Binaries for PySide2 libraries for all platforms are not included in the
14+
Binaries for PySide libraries for all platforms are not included in the
1515
source tree and must be built before being able to use this framework.
1616

17-
### Building the PySide2 libraries locally
17+
### Building the PySide libraries locally
1818

1919
Use the [build_packages.sh](resources/build_packages.sh) script with the `-b` option to build and install
2020
the packages specified in the [requirements.txt](resources/requirements.txt) file.
@@ -28,7 +28,7 @@ Options :
2828
The framework can be used with a local descriptor (e.g. dev or path) once the
2929
binaries are build.
3030

31-
### Building the PySide2 libraries with Azure Pipelines
31+
### Building the PySide libraries with Azure Pipelines
3232

3333
The [build_packages.sh](resources/build_packages.sh) script can be used with [Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/get-started/pipelines-get-started?view=azure-devops)
3434
to automatically build the packages each time a new version tag is added in Github.
@@ -41,7 +41,7 @@ You can use the provided [azure-pipelines.yml](azure-pipelines.yml) file to crea
4141
A [service connection to Github](https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#permissions-needed-in-github-1)
4242
will have to be created if you don't already have one.
4343

44-
The Azure pipeline builds the PySide2 libraries for Windows, Linux and Mac, and upload them to Github releases.
44+
The Azure pipeline builds the PySide libraries for Windows, Linux and Mac, and upload them to Github releases.
4545

4646
<img width="512" alt="Github releases" src="https://user-images.githubusercontent.com/39291844/153920988-0dcb80d3-3c37-479d-8079-33496f8952f4.png">
4747

@@ -56,8 +56,8 @@ frameworks:
5656
- {"name": "tk-framework-unrealqt", "version": "v1.x.x"}
5757
```
5858

59-
- If you're using a local descriptor (dev or path) you need to build the PySide2 libraries
60-
yourself. See [building the PySide2 libraries locally](#building-the-pyside2-libraries-locally).
59+
- If you're using a local descriptor (dev or path) you need to build the PySide libraries
60+
yourself. See [building the PySide libraries locally](#building-the-pyside2-libraries-locally).
6161

6262
- If you're using a remote descriptor, just in time download must be added so these binaries are downloaded in SG TK bootstrap process. The provided [bootstrap.py](hooks/core/bootstrap.py) script implements just in time downloads from Github releases with a `git` or a `github_release` descriptor:
6363
- Copy the `hooks/core/bootstrap.py` file to your config `core/hooks/bootstrap.py`

0 commit comments

Comments
 (0)