mirror of
https://github.com/aidygus/LinVAM.git
synced 2025-04-05 20:28:44 +11:00
Update README.md
This commit is contained in:
parent
a229683c57
commit
b38914fddd
13
README.md
13
README.md
@ -26,10 +26,15 @@ Known bugs and planned additions
|
|||||||
- HCS voicepacks
|
- HCS voicepacks
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
- $ pip3 install PyQt5
|
<pre><code>pip3 install -r requirements.txt</code></pre>
|
||||||
- $ pip3 install python3-xlib
|
|
||||||
- $ pip3 install pyaudio
|
- $ pip3 install pyaudio pocketsphinx
|
||||||
- $ pip3 install pocketsphinx
|
- NOTE: if any error returns, try your distro version.
|
||||||
|
<p>Fedora</p>
|
||||||
|
<pre><code>sudo dnf install python-pyaudio python-pocketsphinx</code></pre>
|
||||||
|
<p>Ubuntu</p>
|
||||||
|
<pre><code>sudo apt install python-pyaudio python-pocketsphinx</code></pre>
|
||||||
|
|
||||||
- $ sudo apt-get install swig3.0
|
- $ sudo apt-get install swig3.0
|
||||||
- $ (optional) sudo apt install xdotool
|
- $ (optional) sudo apt install xdotool
|
||||||
- $ (optional) sudo apt install ffmpeg
|
- $ (optional) sudo apt install ffmpeg
|
||||||
|
Loading…
Reference in New Issue
Block a user