You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ If you choose not to use pixi, you will need to install a few things yourself be
29
29
The Rerun C++ SDK works by connecting to an awaiting Rerun Viewer over TCP.
30
30
31
31
If you need to install the viewer, follow the [installation guide](https://www.rerun.io/docs/getting-started/installing-viewer). Two of the more common ways to install the Rerun Viewer are:
32
-
* Via cargo: `cargo install rerun-cli@0.22.0 --locked`
33
-
* Via pip: `pip install rerun-sdk==0.22.0`
32
+
* Via cargo: `cargo install rerun-cli@0.23.0 --locked`
33
+
* Via pip: `pip install rerun-sdk==0.23.0`
34
34
35
35
After you have installed it, you should be able to type `rerun` in your terminal to start the viewer.
0 commit comments