File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,16 @@ A virtual assistant for Linux for controlling the operating system graphical use
25
25
1 . [ ] Linux kernel.
26
26
1 . [ ] Python >= 3.10 (only because the match case and 'f' strings).
27
27
1 . [ ] PIP3.
28
+ 1 . [ ] [ Shell Script Library] ( https://github.com/henrikbeck95/shell_script_library ) .
29
+
30
+ ### For all Linux distributions
31
+
32
+ - Install Shell Script Library
33
+ > $` curl -fsSL github.com/henrikbeck95/shell_script_library/releases/latest/download/shell-script-library -O `
34
+
35
+ > $ ` mv ./shell-script-library /usr/local/bin/shell-script-library `
36
+
37
+ ### For a specific Linux distribution
28
38
29
39
- ArchLinux
30
40
> $ `sudo pacman -S festival festival-english festival-us python-pyaudio`
@@ -104,9 +114,7 @@ cp ./src/libs/shell-script-library ./build/lib/src/libs/shell-script-library
104
114
- Remove the Val project folder
105
115
> $ `rm -fr ./voice_assistant_linux/`
106
116
107
- <!--
108
117
### Normal usage mode
109
118
110
119
1 . Uninstall it.
111
- > $ `pip3 unistall voice-assistant-linux`
112
- -->
120
+ > $ ` pip3 uninstall voice-assistant-linux `
You can’t perform that action at this time.
0 commit comments