Skip to content

Commit badfc9b

Browse files
loryrutadan-obx
authored andcommitted
inspect_c_bindings: add requirements comment
1 parent 712cf00 commit badfc9b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/inspect_c_bindings.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Script used to inspect differences between objectbox/lib/objectbox.h and c.py (e.g. missing function declarations)
22
# Usage:
3-
# python inspect_c_bindings.py
3+
# python inspect_c_bindings.py
4+
# Requirements:
5+
# - pycparser
6+
# - pycparser-fake-libc
7+
# - objectbox or project root in PYTHONPATH
48

59
from os import path
610
from pycparser import c_ast, parse_file

0 commit comments

Comments
 (0)