Skip to content

Commit b5a6e68

Browse files
author
李茂益
committed
修改包名的问题v2.1
1 parent 2a6673a commit b5a6e68

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
3333
## 使用方法
3434
```bash
35-
pip install gpt-prompt
35+
pip install gpt_prompt
3636
```
3737
> 或者
3838
```bash
39-
pip install -i https://pypi.org/simple/ gpt-prompt
39+
pip install -i https://pypi.org/simple/ gpt_prompt
4040
```
4141

4242
## Usage Instructions
4343
```bash
44-
pip install gpt-prompt
44+
pip install gpt_prompt
4545
```
4646
> Alternatively,
4747
```bash
48-
pip install -i https://pypi.org/simple/ gpt-prompt
48+
pip install -i https://pypi.org/simple/ gpt_prompt
4949
```
5050

5151

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="gpt_prompt",
8-
version="0.0.5",
8+
version="0.0.6",
99
author="limaoyi",
1010
author_email="[email protected]",
1111
description="Convenient for Python users to directly reference the source code of the GPT question template "

0 commit comments

Comments
 (0)