Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 969c51c

Browse files
authoredApr 10, 2025··
Update README.md
add windows installation instructions
1 parent 9e3a405 commit 969c51c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Currently, we have pre-built binaries for macOS (both Intel `x86_64` and Apple S
1818

1919
`pip install viam-sdk`
2020

21+
If you want to install on Windows, you can install from github directly with `pip`:
22+
23+
`pip install git+https://github.com/viamrobotics/viam-python-sdk.git`
24+
25+
Note that only direct gRPC connections are supported on windows; you will need to [disable webrtc](https://python.viam.dev/autoapi/viam/rpc/dial/index.html#viam.rpc.dial.DialOptions.disable_webrtc) or else connection will fail.
26+
2127
If you intend to use the [`MLModel` service](https://python.viam.dev/autoapi/viam/services/mlmodel/mlmodel/index.html#viam.services.mlmodel.mlmodel.MLModel), use the following command instead, which installs additional required dependencies:
2228

2329
`pip install 'viam-sdk[mlmodel]'`

0 commit comments

Comments
 (0)
Please sign in to comment.