File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
33
33
## 使用方法
34
34
``` bash
35
- pip install gpt-prompt
35
+ pip install gpt_prompt
36
36
```
37
37
> 或者
38
38
``` bash
39
- pip install -i https://pypi.org/simple/ gpt-prompt
39
+ pip install -i https://pypi.org/simple/ gpt_prompt
40
40
```
41
41
42
42
## Usage Instructions
43
43
``` bash
44
- pip install gpt-prompt
44
+ pip install gpt_prompt
45
45
```
46
46
> Alternatively,
47
47
``` bash
48
- pip install -i https://pypi.org/simple/ gpt-prompt
48
+ pip install -i https://pypi.org/simple/ gpt_prompt
49
49
```
50
50
51
51
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "gpt_prompt" ,
8
- version = "0.0.5 " ,
8
+ version = "0.0.6 " ,
9
9
author = "limaoyi" ,
10
10
11
11
description = "Convenient for Python users to directly reference the source code of the GPT question template "
You can’t perform that action at this time.
0 commit comments