summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL12
1 files changed, 9 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 53021e5a..5d45ec98 100644
--- a/INSTALL
+++ b/INSTALL
@@ -84,10 +84,16 @@ 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/
+
+ A legacy setup.py script can also be used:
+
+ ( cd py && python setup.py install )
+
+ However, this method is deprecated.
Source code
===========