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
8 changes: 8 additions & 0 deletions CONTRIBUTORS_QUICK_START.rst
Original file line number Diff line number Diff line change
Expand Up @@ -543,10 +543,18 @@ To avoid burden on CI infrastructure and to save time, Pre-commit hooks can be r

1. Installing required packages

on Debian / Ubuntu, install via

.. code-block:: bash

sudo apt install libxml2-utils

on macOS, install via

.. code-block:: bash

brew install libxml2

2. Installing required Python packages

.. code-block:: bash
Expand Down