Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

another way to install #20

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -38,8 +38,11 @@ sudo make install
```

### Ubuntu
For Ubuntu based distros (16.04) you can add the [daily ppa](https://code.launchpad.net/~haecker-felix/+archive/ubuntu/gradio-daily).
```

Stable versions of gradio is available on GetDeb repositories for Xenial release (16.04 LTS). You can [learn more](http://www.getdeb.net/updates/ubuntu/16.04/) about adding GetDeb repositories to your system.

For daily releases, you can add the [this ppa](https://code.launchpad.net/~haecker-felix/+archive/ubuntu/gradio-daily).
```shell
deb http://ppa.launchpad.net/haecker-felix/gradio-daily/ubuntu xenial main
deb-src http://ppa.launchpad.net/haecker-felix/gradio-daily/ubuntu xenial main
sudo apt-get update
Expand Down