Installation
pcapML_FE can be installed using pip
or from source.
Pip
pip install pcapml-fe
Install From Source
Supported Operating Systems
- Debian Linux
- macOS
Dependencies
- libpcap - Packet sniffing
- python3-dev - Header files and library for Python
- argp - Argument parsing
Install dependencies on Debian:
sudo apt-get install libpcap-dev python3-dev
Install dependencies on Mac OS
brew install argp-standalone
Installation
- clone repository:
git clone [pcapml_fe]
- move to pcapML_FE directory:
cd pcapml_fe
- update pcapML submodule:
git submodule update --init --recursive
- install pcapML_FE module:
python src/setup.py install