Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.11 KB

README.md

File metadata and controls

36 lines (31 loc) · 1.11 KB

Verbum

A tool for analyzing texts and finding manipulation patterns.

Powered by:

Created by Juan Pablo Corella (nuxa17) and Alessandro de Armas (adearmas21).

Building

Create a new virtual environment with Python 3.11.

  • Windows:
python -m venv env
env\Scripts\activate.bat
pip install -r requirements.txt
  • macOS:
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

Run bundle.bat for Windows and bundle.command for macOS.