Add 'python-setuptools' dependency to README

This commit is contained in:
richardburleigh 2017-04-24 20:08:20 +10:00 committed by GitHub
parent 216babd2ca
commit c1791681d5

View file

@ -10,7 +10,7 @@ OpenSnitch is a GNU/Linux port of the Little Snitch application firewall.
## Install
sudo apt-get install build-essential python-dev libnetfilter-queue-dev python-qt4
sudo apt-get install build-essential python-dev python-setuptools libnetfilter-queue-dev python-qt4
cd opensnitch
sudo python setup.py install