integration-docs: Add the install-requirements.md macro.

The macro will be used by some script integrations in python-zulip-api.
This commit is contained in:
Niloth P
2025-10-10 08:59:20 +05:30
committed by Tim Abbott
parent 38e7f11259
commit 36b3d24ee6

View File

@@ -0,0 +1,3 @@
Install the dependencies for the integration with:
`pip install -r {{ integration_path }}/requirements.txt`