Skip to content

Commit 0ffa1a3

Browse files
Chaim sandersFelipe Zimmerle
authored andcommitted
Updated readme to reflect need for swig on base install
1 parent bc625d5 commit 0ffa1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The following are a set of Swig generated Python bindings for libmodsecurity. Th
44

55
# Compilation
66

7-
Although these are python scripts DO NOT use setup.py to compile this. Instead, one should use the Makefile in order to compile these. This can be done by typing 'make'. Be aware that the Python development headers are required to build this package. These can be obtained on RHEL via 'dnf install python-devel'
7+
Although these are python scripts DO NOT use setup.py to compile this. Instead, one should use the Makefile in order to compile these. This can be done by typing 'make'. Be aware that the Python development headers and Swig are required to build this package. These can be obtained on RHEL via 'dnf install swig python-devel'
88

99

1010

0 commit comments

Comments
 (0)