From 1db4001e2fd1ba2777bcb590681c912878d7ee78 Mon Sep 17 00:00:00 2001 From: Raiden Date: Thu, 6 Jul 2023 01:33:24 +0800 Subject: [PATCH] Small correction Signed-off-by: Raiden --- installation/local-hosting-vps/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/local-hosting-vps/windows.md b/installation/local-hosting-vps/windows.md index aa19ea1..a93bfaf 100644 --- a/installation/local-hosting-vps/windows.md +++ b/installation/local-hosting-vps/windows.md @@ -65,7 +65,7 @@ cd modmail Install project dependencies inside Modmail's pipenv with: ```powershell -py -3.10 -m pipenv install +py -3.10 -m pipenv install --python 3.10 ``` Create a new file in the modmail folder named `.env` and paste in your environmental variables needed to run Modmail. Refer to the steps in the [parent Installation page](../#preparing-your-environmental-variables) to find where to obtain these.