Skip to content

Commit

Permalink
Merge pull request #16 from gijsk/patch-2
Browse files Browse the repository at this point in the history
Add detail on how to switch to pip-based MozPhab
  • Loading branch information
zalun committed Nov 4, 2019
2 parents 1dbda4e + bb842d2 commit 5743811
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion mozphab-windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Windows 10 MozPhab Installation Guide
#####################################

----------------------
Installing MozPhab including ``arcanist`` setup
----------------------

Here are step-by-step instructions to getting MozPhab working on Windows 10 in a
`MozillaBuild <https://wiki.mozilla.org/MozillaBuild>`_ environment.
They should work for Git Bash and PowerShell as well. For the sake of this
Expand Down Expand Up @@ -40,6 +44,14 @@ the ``C:\mozilla-build\start-shell.bat``.
$ moz-phab arc -h
$ moz-phab -h

----------------------
Upgrading a previous non-pip install of moz-phab to use pip
----------------------

#. Run ``pip3 install MozPhab``.

#. You may need to restart your shell for your changes to take effect. You can check using ``moz-phab version`` - if it works, you've successfully switched to ``moz-phab`` using ``pip``.

#. At this point, you should be all set up. If you have already installed ``moz-phab``
without using ``pip``, you should remove the file.

0 comments on commit 5743811

Please sign in to comment.