From 3302752261aea1b97179569867bda9e1f095ebad Mon Sep 17 00:00:00 2001 From: FeU-aKlos Date: Fri, 22 Apr 2022 12:10:21 +0200 Subject: [PATCH] Update README.rst Description for installing with optional requirements using zsh --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 408cefd5..944d7983 100644 --- a/README.rst +++ b/README.rst @@ -46,11 +46,17 @@ The extras are: ``tf``, ``tf_gpu``, ``torch``, ``opencv``, ``docs``, ``test``. For example to trigger installation of GPU version of tensorflow and opencv, use the following pip command: +**bash** + .. code-block:: bash pip install petastorm[opencv,tf_gpu] +**zsh** + +.. code-block:: bash + pip install 'petastorm[opencv,tf_gpu]' Generating a dataset --------------------