From 51b20800737cd10729fa29a0e260b588f887615f Mon Sep 17 00:00:00 2001 From: Dan <20766261+D4n2021@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:46:04 +0200 Subject: [PATCH] Update mozphab-windows.rst, was missing Python step --- mozphab-windows.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/mozphab-windows.rst b/mozphab-windows.rst index e7d5671..0c130cb 100644 --- a/mozphab-windows.rst +++ b/mozphab-windows.rst @@ -16,6 +16,7 @@ the ``C:\mozilla-build\start-shell.bat``. #. If you don't have Git already installed (note that it is not currently packaged with MozillaBuild), you'll need to grab it from https://git-scm.com/download/win and install it. +#. Ensure that Python 3.x is installed: Open the Command Prompt/PowerShell and type "python3". If it's not installed, you'll be redirected to the Microsoft Store to install it. #. Run ``pip3 install MozPhab``. #. Add ``moz-phab`` and ``git`` to the ``$PATH`` variable. If you use MSYS (including MozillaBuild) exclusively, you can add this to