Skip to content

Commit

Permalink
Quicktour updates (#14533)
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik authored Nov 26, 2021
1 parent 1bbd6fc commit c15f4f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/quicktour.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit c15f4f2

Please sign in to comment.