Use your favorite package manager or run: sudo apt install dhcpcfp
sudo apt install python-dev
Check https://virtualenv.pypa.io/en/latest/installation.html or if Debian equal/newer than Jessie (virtualenv version equal or greater than 1.9), then:
sudo apt install python-virtualenv
mkdir ~/.virtualenvs
virtualenv ~/.virtualenvs/dhcpcfpenv source
~/.virtualenvs/dhcpcfpenv/bin/activate
git clone https://github.com/juga0/dhcpcfp
cd dhcpcfp
pip install -r requirements.txt
or run:
python setup.py install
or run:
pip install dhcpcfp