# PySide6-examples **Repository Path**: ShadowThreeD/pyside6-examples ## Basic Information - **Project Name**: PySide6-examples - **Description**: PySide6官方例程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-24 - **Last Updated**: 2023-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## USING * python version: 3.10.2 ```bash git clone git@gitee.com:ShadowThreeD/pyside6-examples.git ./PySide6_Examples cd PySide6_Examples # python -m venv . --clear --upgrade-deps python -m venv . --upgrade-deps # ./Scripts/activate source bin/activate pip install -r Requesments.txt cd examples python 001-hello.py ```