mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
Lower bound Python version to 3.7 (#1480)
* Lower bound Python version to 3.7 * Update doc
This commit is contained in:
parent
cc6aeb6d72
commit
ddd7fa13dc
@ -16,7 +16,7 @@ Gradio allows you to **build demos and share them, all in Python.** And usually
|
||||
|
||||
To get Gradio running with a simple "Hello, World" example, follow these three steps:
|
||||
|
||||
<span>1.</span> Install Gradio from pip.
|
||||
<span>1.</span> Install Gradio from pip. Note, the minimal supported Python version is 3.7.
|
||||
|
||||
```bash
|
||||
pip install gradio
|
||||
|
Loading…
Reference in New Issue
Block a user