Installation

Prerequists:

  • python > 3.6 are supported. Other versions of python 3 might work but are not tested.

Install

Install from PyPI

python3 -m pip  install  lawaf

Install from source

Download the source code from the git repository and install it using pip.

cd <your_package_path>
pip install .

Uninstall

pip uninstall lawaf