Skip to content

Commit 879188a

Browse files
committed
📦 ready for pypi
1 parent fce50da commit 879188a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,19 @@ So we need to build a **common API** between Flow and Plugin.
3030

3131
### Using `pip`
3232

33-
``` powershell
33+
``` bash
34+
>>> pip install flowlauncher
35+
```
36+
37+
### Using `pip` + `git`
38+
39+
``` bash
3440
>>> pip install git+https://github.com/Flow-Launcher/Flow.Launcher.JsonRPC.Python.git
3541
```
3642

3743
### Using `git`
3844

39-
``` powershell
45+
``` bash
4046
>>> git clone https://github.com/Flow-Launcher/Flow.Launcher.JsonRPC.Python.git
4147
>>> cd Flow.Launcher.JsonRPC.Python
4248
>>> python setup.py install

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
packages=find_packages(),
6666
include_package_data=True,
6767
download_url=DOWNLOAD_URL,
68+
install_requires=REQUIRES,
6869
requires=REQUIRES,
6970
classifiers=CLASSIFIERS
7071
)

0 commit comments

Comments
 (0)