From c15f4f203f6895e159a809969feea972fc2291d2 Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Fri, 26 Nov 2021 04:09:31 -0500 Subject: [PATCH] Quicktour updates (#14533) --- docs/source/quicktour.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/quicktour.rst b/docs/source/quicktour.rst index 576f75367bc..111efe395c3 100644 --- a/docs/source/quicktour.rst +++ b/docs/source/quicktour.rst @@ -53,12 +53,12 @@ Let's see how this work for sentiment analysis (the other tasks are all covered Install the following dependencies (if not already installed): -.. code-block:: +.. code-block:: bash - >>> pip install torch - >>> pip install tensorflow - >>> pip install transformers - >>> pip install datasets + ## PYTORCH CODE + pip install torch + ## TENSORFLOW CODE + pip install tensorflow .. code-block::