Skip to content

Welcome to VIRAL Installation Guide

Requirements

git clone https://github.com/VIRAL-UCBL1/VIRAL.git
cd VIRAL

Installation

Before installing the dependencies, create a virtual environment with conda or venv.

  • Python requirements:
pip install -r requirements.txt
ollama run qwen2.5-coder

Usage

cd src
python main.py

You can see help message by running:

python main.py -h