Gîanfranco P 2024-08-15 18:09:15 +02:00
parent 80bbc91268
commit f48ec66b41
1 changed files with 23 additions and 0 deletions

23
1.1-Linux.md Normal file

@ -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
```