From ee5540ec316673d5943cbcde78bf37feaeecf475 Mon Sep 17 00:00:00 2001 From: Nathan Habib Date: Tue, 30 Jan 2024 11:10:18 +0000 Subject: [PATCH] change README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2e2f35e6..216d115b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ In case of problems or question, feel free to open an issue! ## How to install and use ### Requirements + + 0) Create your virtual environment using virtualenv or conda depending on your preferences. We require Python3.10 1) Clone the package using `git clone`, then `cd lighteval-harness`, `pip install -e .` Once the dependencies are installed, `cd src`.