Skip to content

Commit

Permalink
update prerequisite note to mention python 3.13 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
samy-FERGUI committed Oct 15, 2024
1 parent da22a29 commit f860377
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ It just takes a few lines of Python to create your own demo, so let's get starte

**Prerequisite**: Gradio 5 requires [Python 3.10 or higher](https://www.python.org/downloads/)

**Note**: There is currently an issue with the latest Python version (3.13), we are working on it.

We recommend installing Gradio using `pip`, which is included by default in Python. Run this in your terminal or command prompt:

Expand Down
1 change: 1 addition & 0 deletions guides/01_getting-started/01_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ It just takes a few lines of Python to create a demo like the one above, so let'

**Prerequisite**: Gradio requires [Python 3.10 or higher](https://www.python.org/downloads/).

**Note**: There is currently an issue with the latest Python version (3.13), we are working on it.

We recommend installing Gradio using `pip`, which is included by default in Python. Run this in your terminal or command prompt:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ To install Gradio on a Windows system in a virtual environment, follow these ste

1. **Install Python**: Ensure you have Python 3.10 or higher installed. You can download it from [python.org](https://www.python.org/). You can verify the installation by running `python --version` or `python3 --version` in Command Prompt.

**Note**: There is currently an issue with the latest Python version (3.13), we are working on it.

2. **Create a Virtual Environment**:
Open Command Prompt and navigate to your project directory. Then create a virtual environment using the following command:
Expand Down

0 comments on commit f860377

Please sign in to comment.