File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments