Skip to content

Commit 1da9221

Browse files
authored
Minor fixes
1 parent 5520077 commit 1da9221

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

BUILD.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

6262
Additionally, 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
7777
just 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

8282
Finally, 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

9393
First, create and activate a local virtual environment and install the required dependencies using the following commands:
9494

0 commit comments

Comments
 (0)