๐ ๏ธInstall Vigil
Last updated
Clone the repository to your local machine:
git clone https://github.com/deadbits/vigil-llm.git
cd vigil-llmFollow the instructions on the YARA Getting Started documentation to download and install YARA v4.3.2.
python3 -m venv venv
source venv/bin/activateInside your virtual environment, install Vigil library and required Python packages:
pip install -e .Last updated