Skip to content

Commit

Permalink
docs: installation: Mention need to install git for making plugins
Browse files Browse the repository at this point in the history
Currently showing instructions for Windows and MacOS
  • Loading branch information
Onkar627 committed Feb 2, 2022
1 parent 77fcac6 commit 74c5fbf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,23 @@ package.
.. code-block:: console
(.venv) C:\Users\username> python -m pip install -U dffml
For creating plugin packages you can install git via winget for Windows and Homebrew for MacOS

.. tabs::

.. group-tab:: MacOS

.. code-block:: console
$ brew install git
.. group-tab:: Windows

.. code-block:: console
(.venv) C:\Users\username> winget install --id Git.Git -e --source winget
.. warning::

Expand Down

0 comments on commit 74c5fbf

Please sign in to comment.