Skip to content

Commit de3ee73

Browse files
authored
Fix README.md error when installing from source (#41303)
1 parent b914445 commit de3ee73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ git clone https://github.com/huggingface/transformers.git
111111
cd transformers
112112

113113
# pip
114-
pip install .[torch]
114+
pip install '.[torch]'
115115

116116
# uv
117-
uv pip install .[torch]
117+
uv pip install '.[torch]'
118118
```
119119

120120
## Quickstart

0 commit comments

Comments
 (0)