Skip to content

Commit 36510f8

Browse files
committed
📝 update README
1 parent 3e51978 commit 36510f8

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
# Flow.Launcher.JsonRPC.Python
1+
# Flow. Launcher. JsonRPC. Python
2+
3+
## JSON RPC
4+
5+
<!-- A picture from wox.one -->
6+
7+
## Installation
8+
9+
### Using `pip`
10+
11+
``` powershell
12+
>>> pip install git+https://github.com/Flow-Launcher/Flow.Launcher.JsonRPC.Python.git
13+
```
14+
15+
### Using `git`
16+
17+
``` powershell
18+
>>> git clone https://github.com/Flow-Launcher/Flow.Launcher.JsonRPC.Python.git
19+
>>> cd Flow. Launcher. JsonRPC. Python
20+
>>> python setup.py install
21+
```
22+
23+
### License
24+
25+
This project is under the [MIT](https://github.com/Flow-Launcher/Flow.Launcher.JsonRPC.Python/blob/master/LICENSE) license.
26+
27+
Some of the orignal codes from [JsonRPC/wox.py](https://github.com/Wox-launcher/Wox/blob/master/JsonRPC/wox.py) whic is under the [MIt](https://github.com/Wox-launcher/Wox/blob/master/LICENSE) license.

0 commit comments

Comments
 (0)