# HG changeset patch # User prymula # Date 1707519058 -3600 # Node ID ad47fbf9121fcada649d6b18353a52b79de0fba6 # Parent ec5ca25ee7e49f379d010971df7ca11e2d2486e5 README FIX diff -r ec5ca25ee7e4 -r ad47fbf9121f bing4desktop/README.md --- a/bing4desktop/README.md Fri Feb 09 23:32:13 2024 +0100 +++ b/bing4desktop/README.md Fri Feb 09 23:50:58 2024 +0100 @@ -3,58 +3,60 @@ ## Start To download the latest version, type in terminal: + ``` git clone https://gitlab.com/pietraszczyk/bing4desktop.git -``` -You still need to install dependencies to run: + +# You still need to install dependencies to run: + + +# Fedora: + +sudo dnf install python3-pillow-tk python3-requests python3-tkinter python3-pystray make + + +#OpenSUSE: -Fedora: -``` -sudo dnf install python3-pillow-tk python3-requests python3-tkinter python3-pystray make +sudo zypper in python-Pillow python3-requests python3-tk make + +# except that you will have to install the 'pystray' package via pip: + +pip3 install pystray + + +# Ubuntu: + +sudo apt install python3-requests python3-tk python3-pil.imagetk python3-pystray make + + +#Arch: + +pacman -S python-pillow python-requests tk ``` -OpenSUSE: -``` -sudo zypper in python-Pillow python3-requests python3-tk make -``` -except that you will have to install the 'pystray' package via pip: -``` -pip3 install pystray -``` +source archive 'pystarce' should be downloaded from the [AUR] repository (https://aur.archlinux.org/packages/python-pystray) along with PKGBUILD, and build the package with the command 'makepkg'. -Ubuntu: -``` -sudo apt install python3-requests python3-tk python3-pil.imagetk python3-pystray make -``` - -Arch: -``` -pacman -S python-pillow python-requests tk -``` -source archive 'pystarce' should be downloaded from the [AUR] repository (https://aur.archlinux.org/packages/python-pystray) along with PKGBUILD, and build the package with the command: -```` -makepkg -``` Running on a trial basis For a trial run before installation, you can run the application with the command: -``` + ./bing4desktop.py -``` + Installation on file system: -Arch, Fedora and OpenSUSE: ``` +# Arch, Fedora and OpenSUSE: + make install -``` + -Debian/Ubuntu: -``` +# Debian/Ubuntu: + make -f Makefile.debian ``` @@ -77,12 +79,14 @@ De installation: - -Fedora, Arch, OpenSUSE: -``` -sudo make uninstall ``` -Ubuntu/Debian +#Fedora, Arch, OpenSUSE: + +sudo make uninstall + + +#Ubuntu/Debian + +sudo make -f Makefile.debian uninstall ``` -sudo make -f uninstall -``` +