Skip to content

Commit c1c1e0f

Browse files
committed
Usual update
更新次级依赖项版本; 更新README中Poetry工具命令用法;
1 parent 808c9ed commit c1c1e0f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="./Resources/Icons/Qt_for_Python_128px.png" alt="logo" height="120" align="right" />
1+
<img src="./Resources/Icons/Qt_for_Python_128px.png" alt="logo" height="128" align="right" />
22

33
# PySide6 代码式教程
44

@@ -47,7 +47,7 @@
4747
1. 确保 Python 版本与 [pyproject.toml](./pyproject.toml) 中要求的一致
4848
2. 按[官方文档](https://python-poetry.org/docs/#installation)提示安装 Poetry
4949
3. 创建虚拟环境:`poetry env use /full/path/to/python`(注意替换路径)
50-
4. 安装依赖:`poetry install --no-dev`
50+
4. 安装依赖:`poetry install --no-root --only main`
5151
5. 使用该虚拟环境: `poetry shell`(或在 PyCharm 等 IDE 中配置)
5252

5353
> 更多 Poetry 使用方法信息,请参阅其[官方文档](https://python-poetry.org/docs/)。

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)