Skip to content

Commit 9715d57

Browse files
committed
Adds instructions to install GUI for API client to README
Adds link to Gooey github repo
1 parent c2d793b commit 9715d57

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ To use the loklak app, first an object of the loklak type needs to be created. D
2929

3030
`pip install python-loklak-api`
3131

32+
To use the GUI client for API, install `wxPython` from [here](http://www.wxpython.org/download.php) and then install [Gooey](https://github.com/chriskiehl/Gooey) `pip` module.
33+
34+
`pip install Gooey`
35+
36+
Then add
37+
```
38+
from gooey import Gooey
39+
@Gooey
40+
```
41+
before `def main():` in `/bin/loklak`
42+
3243
Loklak once installed, can be used in the application as
3344

3445
`from loklak import Loklak`

0 commit comments

Comments
 (0)