From b2d3d5db8aecb48256319449f58c59d174a903fb Mon Sep 17 00:00:00 2001 From: Artem Vasiunik Date: Tue, 17 Sep 2024 16:57:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BA=D0=BE=D0=BD=D1=84=D0=BB=D0=B8=D0=BA=D1=82=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=20git=20=D0=BF=D1=80=D0=B8=20=D1=83?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA=D0=B5=20=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=BE=D0=B1=D1=80=D0=B0=D0=B7=D0=B0=200.23+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ru/clover_installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ru/clover_installation.md b/docs/ru/clover_installation.md index 136ca96..42ed28d 100644 --- a/docs/ru/clover_installation.md +++ b/docs/ru/clover_installation.md @@ -80,6 +80,7 @@ sudo apt-get update Загрузите репозиторий clever-show и установите необходимые для клиента зависимости ``` git clone https://github.com/CopterExpress/clever-show.git --branch python3 +sudo chown -R root:root /home/pi/clever-show/ sudo pip3 install -r /home/pi/clever-show/drone/requirements.txt --upgrade ```