Improved installation instructions.

This commit is contained in:
The Wobbler 2025-02-01 15:06:29 +01:00
parent b2a40d0087
commit 2b8969d929

View file

@ -12,14 +12,20 @@ Currently, it just has really basic features but many more things are planned.
## Installation ## Installation
To install Wobuzz, you firstly have to install the dependencies that can't be installed using pip. ### Release installation
This can be done using:
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 ``` bash
sudo apt install xcb libxcb-cursor0 ffmpeg 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 ```bash
pip install wobuzz@git+https://teapot.informationsanarchistik.de/Wobbl/Wobuzz.git#egg=wobuzz pip install wobuzz@git+https://teapot.informationsanarchistik.de/Wobbl/Wobuzz.git#egg=wobuzz