Skip to content

Commit ae6046b

Browse files
authored
DOCS-1479: Add mlmodel extra to README (#493)
1 parent 6c1f811 commit ae6046b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,17 @@ If you would like to develop and contribute to Viam's Python SDK, take a look at
1414

1515
## Installation
1616

17-
Currently, we have pre-built binaries for macOS (both Intel and Apple Silicon), along with Linux (x86, aarch64, armv6l) that you can install via pip
17+
Currently, we have pre-built binaries for macOS (both Intel `x86_64` and Apple Silicon) and Linux (`x86`, `aarch64`, `armv6l`) that you can install using `pip`:
1818

1919
`pip install viam-sdk`
2020

21+
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:
22+
23+
`pip install 'viam-sdk[mlmodel]'`
24+
25+
You can also run this command on an existing Python SDK install to add support for the ML model service.
26+
See the [ML (machine learning) model service](https://docs.viam.com/ml/) documentation for more information.
27+
2128
Windows is not supported. If you are using Windows, install `viam-sdk` in WSL. For other unsupported systems, read further on how to install from source.
2229

2330
### Upgrading

0 commit comments

Comments
 (0)