Improved installation instructions.
This commit is contained in:
parent
b2a40d0087
commit
2b8969d929
1 changed files with 9 additions and 3 deletions
12
README.md
12
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
|
||||
|
|
Loading…
Add table
Reference in a new issue