updated readme

This commit is contained in:
Karma Riuk
2025-06-12 17:30:58 +02:00
parent 42f02595f0
commit 9879c9e528

View File

@ -48,6 +48,13 @@ CRAB focuses on **Java** projects, rigorously curating pull-request “triplets
cd crab
```
1. *(Optional)* **Creae Python Environement**
```bash
python -m venv .venv
source .venv/bin/activate
```
1. **Install Python dependencies**
```bash