Skip to content

Commit 6fc97f5

Browse files
committed
added system requirements to README
1 parent c478a7c commit 6fc97f5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,10 @@ This sets up a queue of workers to handle the predictions and return the respons
592592

593593

594594

595+
## System Requirements:
596+
597+
Gradio requires Python `3.7+` and has been tested on the latest versions of Windows, MacOS, and various common Linux distributions (e.g. Ubuntu). For Python package requirements, please see the `setup.py` file.
598+
595599
## Contributing:
596600

597601
If you would like to contribute and your contribution is small, you can directly open a pull request (PR). If you would like to contribute a larger feature, we recommend first creating an issue with a proposed design for discussion. Please see our [contributing guidelines](https://github.com/gradio-app/gradio/blob/master/CONTRIBUTING.md) for more info.
@@ -600,6 +604,7 @@ If you would like to contribute and your contribution is small, you can directly
600604

601605
Gradio is licensed under the Apache License 2.0
602606

607+
603608
## See more:
604609

605610
You can find many more examples as well as more info on usage on our website: www.gradio.app

guides/readme_template.md

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Gradio is useful for:
2020
{% include "getting_started.md" %}
2121
{% endwith %}
2222

23+
## System Requirements:
24+
25+
Gradio requires Python `3.7+` and has been tested on the latest versions of Windows, MacOS, and various common Linux distributions (e.g. Ubuntu). For Python package requirements, please see the `setup.py` file.
26+
2327
## Contributing:
2428

2529
If you would like to contribute and your contribution is small, you can directly open a pull request (PR). If you would like to contribute a larger feature, we recommend first creating an issue with a proposed design for discussion. Please see our [contributing guidelines](https://github.com/gradio-app/gradio/blob/master/CONTRIBUTING.md) for more info.
@@ -28,6 +32,7 @@ If you would like to contribute and your contribution is small, you can directly
2832

2933
Gradio is licensed under the Apache License 2.0
3034

35+
3136
## See more:
3237

3338
You can find many more examples as well as more info on usage on our website: www.gradio.app

0 commit comments

Comments
 (0)