Provide examples to install python bindings with legacy setup.py and pip with .toml file. Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> --- v2: add Jeremy's feedback. INSTALL | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 53021e5aafc3..6539ebdd6457 100644 --- a/INSTALL +++ b/INSTALL @@ -84,10 +84,14 @@ Installation instructions for nftables Python support ============== - CPython bindings are available for nftables under the py/ folder. + CPython bindings are available for nftables under the py/ folder. They can be + installed using pip: - A pyproject.toml config file and legacy setup.py script are provided to install - it. + python -m pip install py/ + + Alternatively, legacy setup.py script is also provided to install it: + + python setup.py install Source code =========== -- 2.30.2