Link Search Menu Expand Document

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

Install dependencies on Debian:

sudo apt-get install libpcap-dev python3-dev

Install dependencies on Mac OS

brew install argp-standalone

Installation

  1. clone repository: git clone [pcapml_fe]
  2. move to pcapML_FE directory: cd pcapml_fe
  3. update pcapML submodule: git submodule update --init --recursive
  4. install pcapML_FE module: python src/setup.py install