Skip to content

Commit 632a025

Browse files
authored
Update README.md (triton-inference-server#11)
1 parent 57fa7ab commit 632a025

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ any C++ code.
4242
* numpy
4343
* grpcio-tools
4444
* grpcio-channelz
45+
* rapidjson-dev
46+
47+
```
48+
pip3 install grpcio-tools grpcio-channelz numpy
49+
```
50+
51+
On Ubuntu or Debian you can use the command below to install `rapidjson`:
52+
```
53+
sudo apt-get install rapidjson-dev
54+
```
4555

4656
2. Build Python backend
4757

0 commit comments

Comments
 (0)