File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ pub fn spawn(opts: &SpawnOptions) -> Result<(), SpawnError> {
137
137
You can install binary releases of the Rerun Viewer:
138
138
* Using `cargo`: `cargo binstall rerun-cli` (see https://github.com/cargo-bins/cargo-binstall)
139
139
* Via direct download from our release assets: https://github.com/rerun-io/rerun/releases/latest/
140
- * Using `pip`: `pip3 install rerun-sdk` (warning: pip version has slower start times!)
140
+ * Using `pip`: `pip3 install rerun-sdk`
141
141
142
142
For more information, refer to our complete install documentation over at:
143
143
https://rerun.io/docs/getting-started/installing-viewer
@@ -148,7 +148,7 @@ pub fn spawn(opts: &SpawnOptions) -> Result<(), SpawnError> {
148
148
You can install an appropriate version of the Rerun Viewer via binary releases:
149
149
* Using `cargo`: `cargo binstall --force rerun-cli@__VIEWER_VERSION__` (see https://github.com/cargo-bins/cargo-binstall)
150
150
* Via direct download from our release assets: https://github.com/rerun-io/rerun/releases/__VIEWER_VERSION__/
151
- * Using `pip`: `pip3 install rerun-sdk==__VIEWER_VERSION__` (warning: pip version has slower start times!)
151
+ * Using `pip`: `pip3 install rerun-sdk==__VIEWER_VERSION__`
152
152
153
153
For more information, refer to our complete install documentation over at:
154
154
https://rerun.io/docs/getting-started/installing-viewer
You can’t perform that action at this time.
0 commit comments