Skip to content

Commit 2acbabc

Browse files
committed
update readme
1 parent 2ecf631 commit 2acbabc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ mkdir -p ~/.i3/py3status && cd ~/.i3/py3status
1818
ln -s <PATH_TO_CLONED_REPO>/src/py3status-http-monitor/http_monitor.py ./
1919
```
2020

21-
### With Pip
21+
### With Pip, Pipenv or Poetry
2222

2323
``` bash
2424
pip install py3status-http-monitor
25+
pipenv install py3status-http-monitor
26+
poetry add py3status-http-monitor && poetry install
2527
```
2628

2729
### Building Arch package w/PKGBUILD
@@ -106,3 +108,7 @@ You can pass in the following configuration options:
106108
* service_name
107109
* timeout
108110
* cache_timeout
111+
112+
## Restart i3
113+
114+
Once the package is installed and configured you just need to restart i3.

0 commit comments

Comments
 (0)