Skip to content

Commit

Permalink
update app readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sugatoray committed Jan 20, 2022
1 parent d435c64 commit aaaaceb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/demo/streamlit_app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,19 @@ README.md # readme file explaining anything that needs some docume
secondaryBackgroundColor="#f0f2f6"
font="sans serif"
```

1. How to get installed `gtk` version on linux?

Run this command.

```sh
dpkg -s libgtk-3-0|grep '^Version'
```

Or,

```sh
gtk-launch --version
```

Source: https://stackoverflow.com/a/13098607/8474894

0 comments on commit aaaaceb

Please sign in to comment.