Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.

Commit 98b1ac1

Browse files
committed
add git install instruction
1 parent f23c49a commit 98b1ac1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ An unofficial async python wrapper for Hyprland's IPC supposed to somewhat work
1818

1919
# Install
2020

21+
### git
22+
23+
from git
24+
```py
25+
pip install git+https://github.com/hyprland-community/hyprland-py
26+
```
27+
28+
### release
29+
2130
from [pypi](https://pypi.org/project/hyprland.py/0.1/)
2231
```py
2332
pip install hyprland.py

0 commit comments

Comments
 (0)