## Installation ### Prerequists: - python > 3.6 are supported. Other versions of python 3 might work but are not tested. ### Install #### Install from PyPI ```bash python3 -m pip install lawaf ``` #### Install from source Download the source code from the git repository and install it using pip. ```bash cd pip install . ``` #### Uninstall ``` pip uninstall lawaf ```