Skip to content

Commit 5fb7872

Browse files
authored
Fix typo in installation command for UI packages
1 parent 63a7431 commit 5fb7872

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
@@ -29,7 +29,7 @@ To use it, follow these steps:
2929
- Python 3.10 or later
3030
- All the dependencies listed in the previous section
3131

32-
2. Install the required UI packages using `pip install -r tools/config_editor/requirements.txt`.
32+
2. Install the required UI packages using `uv pip install -r tools/config_editor/requirements.txt`.
3333

3434
3. Execute the script `tools/config_editor/app.py` from any folder. It will automatically detect the path to the root of the repository.
3535

0 commit comments

Comments
 (0)