Skip to content

Commit

Permalink
fix: update readme about poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutmydreams committed Sep 23, 2024
1 parent 4b14887 commit 44a3f0e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ To install Way3, you can use pip:
pip install way3
```

or use poetry:

```bash
poetry add way3
```

## Usage

Here are the functions provided by Way3:
Expand Down
6 changes: 6 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ Way3 是一个用于执行创建、添加到和删除文件等文件操作的 Py
pip install way3
```

或者使用 poetry 安装:

```bash
poetry add way3
```

## 使用

Way3 提供了以下函数:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="way3",
version="1.0.3",
version="1.0.4",
author="aboutmydreams",
author_email="[email protected]",
description="Simplified file path management for Python developers",
Expand Down

0 comments on commit 44a3f0e

Please sign in to comment.