Spaces:
Sleeping
Sleeping
Commit ·
26055e7
1
Parent(s): c994da7
rename apt.txt
Browse files
apt.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
libasound2-dev
|
| 2 |
+
portaudio19-dev
|
| 3 |
+
libportaudio2
|
| 4 |
+
libportaudiocpp0
|
| 5 |
+
ffmpeg
|
main.py
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
import subprocess
|
| 2 |
-
|
| 3 |
-
def setup():
|
| 4 |
-
# Install required dependencies
|
| 5 |
-
subprocess.call(["apt", "install", "libasound2-dev", "portaudio19-dev", "libportaudio2", "libportaudiocpp0", "ffmpeg"])
|
| 6 |
-
# ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|