Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 315b7b2

Browse files
authored
docs: installation: Mention need to install git for making plugins
Currently showing instructions for Windows and MacOS
1 parent e57db39 commit 315b7b2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/installation.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,23 @@ package.
5252
.. code-block:: console
5353
5454
(.venv) C:\Users\username> python -m pip install -U dffml
55+
56+
For creating plugin packages you can install git via winget for Windows and Homebrew for MacOS
57+
58+
.. tabs::
59+
60+
.. group-tab:: MacOS
61+
62+
.. code-block:: console
63+
64+
$ brew install git
65+
66+
.. group-tab:: Windows
67+
68+
.. code-block:: console
69+
70+
(.venv) C:\Users\username> winget install --id Git.Git -e --source winget
71+
5572
5673
.. warning::
5774

0 commit comments

Comments
 (0)