diff --git a/README.md b/README.md index 3f5a77f..474461c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Bildersortierprogramm geschrieben in Python3.12. -Beispiel Struktur der Sortierung: +Example structure: ```bash app/Bilder/ └── SONY @@ -10,7 +10,7 @@ app/Bilder/ ├── 10 │   ├── 21 │   │   ├── DSC02975.JPG - │   │   ├── DSC02976.JPG + │   │   └── DSC02976.JPG │   ├── 25 │   │   ├── DSC03030.JPG │   │   ├── DSC03031.JPG @@ -25,17 +25,17 @@ app/Bilder/ │   │   └── DSC03135.JPG │   └── 30 │   ├── DSC03136.JPG - │   ├── DSC03137.JPG + │   └── DSC03137.JPG ├── 11 │   ├── 16 │   │   └── DSC03144.JPG │   ├── 17 │   │   ├── DSC03145.JPG - │   │   ├── DSC03146.JPG + │   │   └── DSC03146.JPG │   └── 28 │   ├── DSC03153.JPG │   ├── DSC03154.JPG - │   ├── DSC03155.JPG + │   └── DSC03155.JPG ├── ... @@ -45,8 +45,24 @@ app/Bilder/ ## Python +### Linux + +Debian: +```bash +sudo apt-get install -y python3 python3-pip +``` + +### Windows + +TODO: +Download the latest version of Python and install it + ## Pip +```bash +pip3 install -r requirements.txt +``` + ## Config ## Starten