Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installation/local-hosting-vps/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down