Skip to content

Commit f792c61

Browse files
authored
Update installing.md
Changed the instruction so that the optional dependency is a string. Signed-off-by: Prince <[email protected]>
1 parent a0eb7a4 commit f792c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/quick-start/installing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Before you begin using AIQ toolkit, ensure that you meet the following software
100100
101101
In addition to plugins, there are optional dependencies needed for profiling. To install these dependencies, run the following:
102102
```bash
103-
uv pip install -e .[profiling]
103+
uv pip install -e '.[profiling]'
104104
```
105105
1. Verify that you've installed the AIQ toolkit library.
106106

0 commit comments

Comments
 (0)