Skip to content

Commit 7d9fa26

Browse files
committed
dev(hansbug): update the installation command line
1 parent 64690e6 commit 7d9fa26

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,17 @@ A simple demo of `potc` plugin, which can make the dict prettier.
1919

2020
## Installation
2121

22-
Just install this demo plugin by source code
22+
You can simply install it with `pip` command line from the official PyPI site.
2323

2424
```shell
25-
git clone https://github.com/potc-dev/potc.git
26-
cd potc/plugins/potc_dict
25+
pip install potc-dict
26+
```
27+
28+
Or install this plugin by source code
29+
30+
```shell
31+
git clone https://github.com/potc-dev/potc-dict.git
32+
cd potc-dict
2733
pip install .
2834
```
2935

0 commit comments

Comments
 (0)