Skip to content

Commit d4eab8a

Browse files
authored
Add a caution comment for installing OpenCV in Raspberry Pi (#2011)
* Add a caution comment for installing OpenCV in Raspberry Pi * Edit opencv installation command
1 parent f16efbc commit d4eab8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/realtime_rpi.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ PyTorch and all the other libraries we need have ARM 64-bit/aarch64 variants so
6868
.. code:: shell
6969
7070
$ pip install torch torchvision torchaudio
71-
$ pip install opencv-contrib-python
71+
$ pip install opencv-python
7272
$ pip install numpy --upgrade
7373
7474
.. image:: https://user-images.githubusercontent.com/909104/152874260-95a7a8bd-0f9b-438a-9c0b-5b67729e233f.png

0 commit comments

Comments
 (0)