From 6e057bf78a7141e3f6e4e5a4f2f71baa2832c96b Mon Sep 17 00:00:00 2001 From: Shrey Khandelwal Date: Tue, 16 May 2023 13:35:11 +0530 Subject: [PATCH] updated README -> FIXED TYPO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e43258..ca20e50 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You can download all the models from our [model zoo](https://1drv.ms/u/s!AhIXJn_ # Quick start ## Installation Assuming that you have installed PyTorch and TorchVision, if not, please follow the [officiall instruction](https://pytorch.org/) to install them firstly. -Intall the dependencies using cmd: +Install the dependencies using cmd: ``` sh python -m pip install -r requirements.txt --user -q