From a998c747dfb7e61996108c5b23c7d6825137ceae Mon Sep 17 00:00:00 2001 From: Zul <82294272+zahmed333@users.noreply.github.com> Date: Thu, 11 Apr 2024 03:41:07 -0400 Subject: [PATCH] Small English grammar fix (#1863) changed poetry explanation to "then you can use" rather than "then can use." Makes more sense --- docs/en/README.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/README.en.md b/docs/en/README.en.md index c4344bd..4bbb7db 100644 --- a/docs/en/README.en.md +++ b/docs/en/README.en.md @@ -75,7 +75,7 @@ pip install torch torchvision torchaudio #pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.4.2 ``` -Then can use poetry to install the other dependencies: +Then you can use poetry to install the other dependencies: ```bash # Install the Poetry dependency management tool, skip if installed # Reference: https://python-poetry.org/docs/#installation