Skip to content

Commit 44a3f0e

Browse files
committed
fix: update readme about poetry
1 parent 4b14887 commit 44a3f0e

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ To install Way3, you can use pip:
2222
pip install way3
2323
```
2424

25+
or use poetry:
26+
27+
```bash
28+
poetry add way3
29+
```
30+
2531
## Usage
2632

2733
Here are the functions provided by Way3:

README_ZH.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Way3 是一个用于执行创建、添加到和删除文件等文件操作的 Py
2222
pip install way3
2323
```
2424

25+
或者使用 poetry 安装:
26+
27+
```bash
28+
poetry add way3
29+
```
30+
2531
## 使用
2632

2733
Way3 提供了以下函数:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="way3",
8-
version="1.0.3",
8+
version="1.0.4",
99
author="aboutmydreams",
1010
author_email="aboutmydreams@163.com",
1111
description="Simplified file path management for Python developers",

0 commit comments

Comments
 (0)