From f48ec66b41a26f7df0718c49abc9ed949a76fc1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=AEanfranco=20P?= <899175+gianpaj@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:09:15 +0200 Subject: [PATCH] taken from https://github.com/s0md3v/roop/wiki/1.1-Setup-Linux --- 1.1-Linux.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 1.1-Linux.md diff --git a/1.1-Linux.md b/1.1-Linux.md new file mode 100644 index 0000000..465ea9b --- /dev/null +++ b/1.1-Linux.md @@ -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 +``` \ No newline at end of file