Skip to content

Commit

Permalink
[Tutorial] Fix vta vision detection tutorial 'sphinx' style error. (#…
Browse files Browse the repository at this point in the history
…9279)

Issue:
   Some bash code in this tutorial does not get syntax highlighting
because of the format errors.

Solution:
   Fix the 'sphinx' 'rst' style error.
  • Loading branch information
huajsj authored Oct 14, 2021
1 parent 594f23d commit 2177632
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vta/tutorials/frontend/deploy_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
#
# .. code-block:: bash
#
# pip3 install "Pillow<7"
# pip3 install "Pillow<7"
#
# YOLO-V3-tiny Model with Darknet parsing have dependancy with CFFI and CV2 library,
# we need to install CFFI and CV2 before executing this script.
#
# pip3 install "Pillow<7"
# .. code-block:: bash
#
# pip3 install cffi
# pip3 install opencv-python
# pip3 install cffi
# pip3 install opencv-python
#
# Now return to the python code. Import packages.

Expand Down

0 comments on commit 2177632

Please sign in to comment.