We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad1fa8 commit 88cd3b5Copy full SHA for 88cd3b5
README.md
@@ -100,7 +100,7 @@ cd LeanDojo-v2
100
python -m venv .venv
101
source .venv/bin/activate
102
pip install --upgrade pip
103
-pip install -e .[dev]
+pip install -e ".[dev]"
104
pip install git+https://github.com/stanford-centaur/PyPantograph
105
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
106
```
0 commit comments