๐Ÿ› ๏ธInstall Vigil

Clone Repository

Clone the repository to your local machine:

git clone https://github.com/deadbits/vigil-llm.git
cd vigil-llm

Install YARA

Follow the instructions on the YARA Getting Started documentation to download and install YARA v4.3.2.

Setup Python Virtual Environment

python3 -m venv venv
source venv/bin/activate

Install Vigil library

Inside your virtual environment, install Vigil library and required Python packages:

pip install -e .

Last updated