diff --git a/README.md b/README.md index 8b75f4b..7a52814 100644 --- a/README.md +++ b/README.md @@ -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