File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ cargo run -p dna
5757
5858## Building and installing the Rerun Python SDK
5959
60- Rerun is available as a package on PyPi and can be installed with ` pip install rerun-sdk `
60+ Rerun is available as a package on PyPi and can be installed with ` pip install rerun-sdk ` .
6161
6262Additionally, prebuilt dev wheels from head of main are available at < https://github.com/rerun-io/rerun/releases/tag/prerelease > .
6363
64- However, if you want to build from source with the following instructions.
64+ If you want to build from source, use the following instructions.
6565
6666### Mac/Linux
6767
@@ -77,7 +77,7 @@ Then, the SDK can be compiled and installed in the virtual environment using the
7777just py-build
7878```
7979
80- This needs to be repeated each time the Rust source code is updated, for example after pulling updates using ` git pull ` .
80+ This needs to be repeated each time the Rust source code is updated, for example after updating your clone using ` git pull ` .
8181
8282Finally, the virtual environment must be activated to run Python examples:
8383
@@ -88,7 +88,7 @@ python examples/python/car/main.py
8888
8989### Windows (PowerShell)
9090
91- The ` justfile ` currently doesn't support Windows, so most of the steps must be run manually.
91+ The ` justfile ` currently doesn't support Windows, so each step must be run manually.
9292
9393First, create and activate a local virtual environment and install the required dependencies using the following commands:
9494
You can’t perform that action at this time.
0 commit comments