From bb12837ca75efc2691ecb18fd5f56e2d097ef26b Mon Sep 17 00:00:00 2001 From: aouinizied Date: Tue, 22 Mar 2022 15:01:55 +0100 Subject: Update Python bindings guide. --- python/DEV_GUIDE.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python/DEV_GUIDE.md') diff --git a/python/DEV_GUIDE.md b/python/DEV_GUIDE.md index a15f7d162..e729ac08f 100644 --- a/python/DEV_GUIDE.md +++ b/python/DEV_GUIDE.md @@ -12,6 +12,11 @@ int ndpi_des_init(struct ndpi_des_struct *des, double alpha, double beta, float [**NDPI_APIS**][py_ndpi_api] must be updated with the this new API your want to add. +## Regenerate bindings + +``` bash +python3 setup.py install +``` ## That's it! -- cgit v1.2.3