From 65ad6c003742cf4a6492cabcaa75451ba8d9d97d Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Thu, 23 Sep 2021 15:18:28 +0200 Subject: [PATCH] Improved README --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cdfc595..be89c19 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# imgsort - Glowzwiebel Image Sorter +# imgsort - Image Sorter This is a python program that lets you easily sort images from one directory into other directories. For example, you could go through your phone's camera folder and sort the images into different folders, like *Family*, *Landscapes*, *Friends* etc. @@ -17,8 +17,12 @@ For example, you could use: 4. Enjoy the slideshow! ## Installation -##### 1. With pip -Clone this repository using `git clone https://github.com/MatthiasQuintern/imgsort.git`. -Go into the the downloaded folder using `cd imgsort`. -Install with pip using `python3 -m pip install .` or `pip3 install .`. +Clone this repository and install it using python-pip. pip should also install https://github.com/seebye/ueberzug, which lets you view images in a terminal. +```shell +cd ~/Downloads +git clone https://github.com/MatthiasQuintern/imgsort.git +cd imgsort +python3 -m pip install . +``` +You can also install it system-wide using `sudo python3 -m pip install.`