From 14dc2c4df65524008eafd9bd969c694b9841cb82 Mon Sep 17 00:00:00 2001 From: xitong Date: Mon, 20 May 2024 14:34:39 -0400 Subject: [PATCH] fix a typo --- hfdocs/source/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hfdocs/source/installation.mdx b/hfdocs/source/installation.mdx index 3ff210f3..b5093440 100644 --- a/hfdocs/source/installation.mdx +++ b/hfdocs/source/installation.mdx @@ -28,7 +28,7 @@ You should install `timm` in a [virtual environment](https://docs.python.org/3/l # Deactivate the virtual environment source .env/bin/deactivate ``` -` + Once you've created your virtual environment, you can install `timm` in it. ## Using pip