Update README.md

This commit is contained in:
George Hughey 2019-11-15 15:48:32 +00:00 committed by GitHub
parent 464bbbc429
commit f5cd26dc5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@ This code release specifically contains the strategy engine used by Geneva, its
## Setup
Geneva has been developed and tested for Centos or Debian-based systems. Due to limitations of
netfilter and raw sockets, Geneva does not work on OS X or Windows at this time.
netfilter and raw sockets, Geneva does not work on OS X or Windows at this time and requires python3.7+.
Install netfilterqueue dependencies:
```
# sudo apt-get install build-essential python-dev libnetfilter-queue-dev libffi-dev libssl-dev
# sudo apt-get install build-essential python-dev libnetfilter-queue-dev libffi-dev libssl-dev iptables python3-pip
```
Install Python dependencies: