|
7 | 7 | 
|
8 | 8 | 
|
9 | 9 | 
|
10 |
| -[](https://doc.qt.io/qtforpython/index.html) |
| 10 | +[](https://doc.qt.io/qtforpython/index.html) |
11 | 11 | [](https://github.com/psf/black)
|
12 | 12 | [](https://pycqa.github.io/isort/)
|
13 |
| -[](http://mypy-lang.org/) |
| 13 | +[](https://mypy-lang.org/) |
14 | 14 |
|
15 | 15 | ## 简介
|
16 | 16 |
|
|
21 | 21 | - 在自己的机器上实际运行一下,仔细观察一下每个属性值的改变会怎样影响控件的外观行为,可能比静态的文档教程更有效
|
22 | 22 | - 前身为 GitHub 热度最高的中文 PyQt5 教程 [PyQt-Practice](https://github.com/muziing/PyQt_practice),目前已有  个 Stars
|
23 | 23 | - 相比 [PyQt-Practice](https://github.com/muziing/PyQt_practice),改进了项目目录结构,增加了部分内容,更加清晰丰富
|
24 |
| -- 使用最新的 Python 与 PySide 版本(目前为`3.11`与`6.5`) |
| 24 | +- 使用最新的 Python 与 PySide 版本(目前为`3.11`与`6.6`) |
25 | 25 |
|
26 | 26 | 希望本项目对你我的 Python-GUI 学习之旅有所帮助。
|
27 | 27 |
|
|
35 | 35 |
|
36 | 36 | 1. Star 本仓库
|
37 | 37 | 2. 通过以下方法之一获取源码
|
38 |
| - - 克隆仓库(推荐):`git clone https://github.com/muziing/PySide6-Code-Tutorial.git` |
39 |
| - - 下载 zip:<https://github.com/muziing/PySide6-Code-Tutorial/archive/refs/heads/main.zip> |
40 |
| - - 查看 [Releases](https://github.com/muziing/PySide6-Code-Tutorial/releases) 界面,下载最新发布版(文件更小) |
| 38 | + - 克隆仓库(推荐):`git clone https://github.com/muziing/PySide6-Code-Tutorial.git` |
| 39 | + - 下载 zip:<https://github.com/muziing/PySide6-Code-Tutorial/archive/refs/heads/main.zip> |
| 40 | + - 查看 [Releases](https://github.com/muziing/PySide6-Code-Tutorial/releases) 界面,下载最新发布版(文件更小) |
41 | 41 | 3. 进入项目目录
|
42 | 42 |
|
43 | 43 | ### 二、配置虚拟环境与安装依赖
|
|
56 | 56 |
|
57 | 57 | 1. 确保 Python 版本与 [pyproject.toml](./pyproject.toml) 中要求的一致
|
58 | 58 | 2. 创建虚拟环境
|
59 |
| - - Windows: `python -m venv --upgrade-deps venv` |
60 |
| - - Linux/macOS: `python3 -m venv --upgrade-deps venv` |
| 59 | + - Windows: `python -m venv --upgrade-deps venv` |
| 60 | + - Linux/macOS: `python3 -m venv --upgrade-deps venv` |
61 | 61 | 3. 激活虚拟环境
|
62 |
| - - Windows: `venv\Scripts\activate` |
63 |
| - - Linux/macOS: `. venv/bin/activate` |
| 62 | + - Windows: `venv\Scripts\activate` |
| 63 | + - Linux/macOS: `. venv/bin/activate` |
64 | 64 | 4. 安装依赖:`pip install -r requirements.txt`
|
65 | 65 |
|
66 | 66 | **方式 C** :其他包管理工具
|
@@ -142,4 +142,4 @@ PySide6 Code Tutorial 是一个开源项目,非常期待以及感谢你的参
|
142 | 142 |
|
143 | 143 | 本项目的[主要作者/维护者](https://muzing.top/about/)是一名还没有收入的在校学生,如果本项目对你有帮助,希望可以请他喝一杯冰可乐 :beer:。
|
144 | 144 |
|
145 |
| - |
| 145 | + |
0 commit comments