Skip to content

Commit

Permalink
add git install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
flick0 committed Dec 27, 2022
1 parent f23c49a commit 98b1ac1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ An unofficial async python wrapper for Hyprland's IPC supposed to somewhat work

# Install

### git

from git
```py
pip install git+https://github.com/hyprland-community/hyprland-py
```

### release

from [pypi](https://pypi.org/project/hyprland.py/0.1/)
```py
pip install hyprland.py
Expand Down

0 comments on commit 98b1ac1

Please sign in to comment.