Commit e9f8f654 authored by jon-tow's avatar jon-tow
Browse files

Update `task_guide.md` instructions for dev environ setup

parent bc9f6fc5
......@@ -11,7 +11,7 @@ If you haven't already, go ahead and fork the main repo, clone it, create a bran
git clone https://github.com/<YOUR-USERNAME>/lm-evaluation-harness.git
cd lm-evaluation-harness
git checkout -b <task-name>
pip install -r requirements.txt
pip install -e ".[dev]"
```
## Creating Your Task File
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment