From 2b8969d92961cba936f2ecab73bf37b7963e0641 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Sat, 1 Feb 2025 15:06:29 +0100 Subject: [PATCH] Improved installation instructions. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9dcfdc9..351a6fb 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,20 @@ Currently, it just has really basic features but many more things are planned. ## Installation -To install Wobuzz, you firstly have to install the dependencies that can't be installed using pip. -This can be done using: +### Release installation + +Look at the [Releases](https://teapot.informationsanarchistik.de/Wobbl/Wobuzz/releases), +there you can find the commands that you need for the installation. + +### Unstable git installation + +You firstly have to install the newest dependencies: ``` bash sudo apt install xcb libxcb-cursor0 ffmpeg ``` -Now, you can install Wobuzz using just one more command: +Now, you can install the newest unstable version using just one more command: ```bash pip install wobuzz@git+https://teapot.informationsanarchistik.de/Wobbl/Wobuzz.git#egg=wobuzz