Skip to content

Commit 900fc12

Browse files
committed
docs: add faster command for orjson installation
1 parent 01ea2a6 commit 900fc12

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_
6565
hedron_compile_commands_setup()
6666
```
6767

68-
This rule optionally uses the `orjson` pip package to significantly speed up JSON processing. You can install it via `pip install orjson -U`.
68+
This rule optionally uses the `orjson` pip package to significantly speed up JSON processing. You can add this before running the refresh command to ensure orjson availability:
69+
70+
```shell
71+
pip show orjson >/dev/null || pip install orjson --user
72+
```
6973

7074
#### Suggestion: Updates
7175

0 commit comments

Comments
 (0)