From ced2777928ed06b819720933217adfc2115ea743 Mon Sep 17 00:00:00 2001 From: Stephen <48072084+StephenDaDev@users.noreply.github.com> Date: Mon, 30 Oct 2023 21:34:29 -0400 Subject: [PATCH] Update windows.md Signed-off-by: Stephen <48072084+StephenDaDev@users.noreply.github.com> --- 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 a93bfaf..aa19ea1 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 --python 3.10 +py -3.10 -m pipenv install ``` 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.