From 24d6395b0a43928283744097a9916c9da7f2175f Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Mon, 15 May 2023 21:44:03 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be65d4b12ab08..bee556c504313 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,9 +22,9 @@ bash scripts/install_gradio.sh bash scripts/build_frontend.sh ``` -### Install testing requirements +### Install development requirements -In order to be able to run the Python unit tests, do the following: +In order to be able to run the Python linter, formatter, and unit tests, do the following: - Navigate to the repo folder and install test requirements (note that it is highly recommended to use a virtual environment running **Python 3.9** since the versions are pinned)