Skip to content

Commit 40b5c71

Browse files
committed
add installation instructions
1 parent de95467 commit 40b5c71

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,23 @@ A bit outdated, but still relevant.
2323
## Requires
2424

2525
- wlr-randr (if not using Hyprland >= 0.37)
26-
- Python: pyglet, tomli
26+
- Python: pyglet, tomli, tomli-w
27+
28+
## Installation
29+
30+
### Archlinux
31+
32+
`yay wlr-layout-ui-git`
33+
34+
### Other distros
35+
36+
```
37+
python -m venv myenv
38+
./myenv/bin/pip install wlr-layout-ui
39+
```
40+
41+
This will create a "myenv" folder with the app installed.
42+
You will need to run the app with the full path to it.
2743

2844
## Usage
2945

0 commit comments

Comments
 (0)