Skip to content

Commit 88cd3b5

Browse files
authored
Fix formatting of pip install command in README
1 parent 0ad1fa8 commit 88cd3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ cd LeanDojo-v2
100100
python -m venv .venv
101101
source .venv/bin/activate
102102
pip install --upgrade pip
103-
pip install -e .[dev]
103+
pip install -e ".[dev]"
104104
pip install git+https://github.com/stanford-centaur/PyPantograph
105105
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
106106
```

0 commit comments

Comments
 (0)