You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,15 +47,19 @@ cd vasisualy
47
47
```
48
48
python3 main.py
49
49
```
50
+
### CLI для GNU/Linux
50
51
Для CLI версии с распознаванием речи, адаптированной для одноплатных компьютеров (Raspberry Pi, Orange Pi и др.):
51
52
```
52
-
python3 vasisualy-pi.py
53
+
git clone https://github.com/Oknolaz/vasisualy-pi
54
+
cd vasisualy-pi
55
+
python3 main.py
53
56
```
54
57
### Windows
55
58
Вам нужно установить [интерпретатор python3](https://python.org) и [VLC media player](https://videolan.org/). После установки интерпретатора - установите необходимые модули python с помощью pip:
0 commit comments