Ensure to have tshark
installed on your machine. Otherwise run
apt-get install tshark
Create and activate a virtual environment
python3 -m venv .venv
source .venv/bin/activate
Install the library and the required packages
./setup.sh
Export the project folder path variable
echo "PROJECT=$(pwd)" > .env
and the OpenAI API key
echo "OPENAIKEY=PUT_YOUR_API_KEY_HERE" >> .env