Last updated 1 year ago
Clone the repository to your local machine:
git clone https://github.com/deadbits/vigil-llm.git cd vigil-llm
Follow the instructions on the to download and install .
python3 -m venv venv source venv/bin/activate
Inside your virtual environment, install Vigil library and required Python packages:
pip install -e .