Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 842 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 842 Bytes

CodeQL Ruff

Forge Analytics

Getting Started

To run this code, you'll need to have Python 3.10, 3.11, or 3.12 installed on your machine. You'll also need to install the required packages by running the following commands from inside the project folder:

python3 -m venv venv
source venv/bin/activate
python3 -m pip install .

Usage

Run the following command from inside the project folder:

python3 -m src.main