Before you begin, ensure you have met the following requirements:
- You have installed Python 3.11.9 on your machine.
To set up the Python environment and install the required Python packages, follow these steps:
-
Create a virtual environment (optional, but recommended):
python3 -m venv venv source venv/bin/activate
-
Install Python dependencies:
pip install -r requirements.txt
-
Additional Dependencies Some functionalities in this project require Graphviz. To install Graphviz on Debian-based systems, run the following command:
sudo apt-get install graphviz