mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2026-07-30 22:07:25 +02:00
+23
@@ -0,0 +1,23 @@
|
||||
### Python
|
||||
|
||||
```
|
||||
sudo apt install python3.10
|
||||
```
|
||||
|
||||
### pip
|
||||
|
||||
```
|
||||
sudo apt install python3-pip
|
||||
```
|
||||
|
||||
### GIT
|
||||
|
||||
```
|
||||
sudo apt install git-all
|
||||
```
|
||||
|
||||
### FFmpeg
|
||||
|
||||
```
|
||||
sudo apt install ffmpeg
|
||||
```
|
||||
Reference in New Issue
Block a user