From 1757969123302472190b3f40f60bac36507732b1 Mon Sep 17 00:00:00 2001 From: Prayson Wilfred Daniel Date: Mon, 19 Sep 2022 21:39:29 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66af0f1..d006ec9 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ PYTHONPATH=./huggingfastapi uvicorn main:app --reload 3. Click `Authorize` and enter the API key as created in the Setup step. -## Run Tests with using `make` +## Run Tests without using `make` Intall testing libraries and run `tox`: ```bash