Skip to content

Commit

Permalink
Document dependencies needed for client library and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
David Goodwin committed Nov 12, 2018
1 parent 88bc7bf commit 266768c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,15 @@ directory and then copy them out from within the container::
# cp /opt/tensorrtserver/lib/librequest.* /tmp/host/.

You can now access the files from /tmp on the host system. To run the
Python examples you will need to install the whl file::
C++ examples you must install some dependencies on your host system::

$ pip install --user --upgrade /tmp/tensorrtserver-*.whl
$ apt-get install curl libcurl3-dev libopencv-dev libopencv-core-dev python-pil

To run the Python examples you will need to additionally install the
client whl file and some other dependencies::

$ apt-get install python3 python3-pip
$ pip3 install --user --upgrade tensorrtserver-*.whl pillow

.. build-client-end-marker-do-not-remove
Expand Down

0 comments on commit 266768c

Please sign in to comment.