Skip to content

Commit 212862b

Browse files
authored
Update README.md
Added double quotes to pip install; it did not work for me locally without the quotes
1 parent db2db12 commit 212862b

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
@@ -54,7 +54,7 @@ pip3 install -r requirements.txt
5454
To install dependencies required for data processing modules use:
5555

5656
```
57-
pip install labelbox[data]
57+
pip install "labelbox[data]"
5858
```
5959

6060
## Documentation

0 commit comments

Comments
 (0)