File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ To install the latest git version directly from github without cloning, run
1515` pip install git+https://github.com/ActivityWatch/aw-watcher-window.git `
1616
1717To install from a cloned version, cd into the directory and run
18- ` poetry install ` to install inside an virtualenv. If you want to install it
19- system-wide it can be installed with ` pip install . ` , but that has the issue
20- that it might not get the exact version of the dependencies due to not reading
21- the poetry.lock file.
18+ ` poetry install ` to install inside an virtualenv. You can run the binary via ` aw-watcher-window ` .
19+
20+ If you want to install it system-wide it can be installed with ` pip install . ` , but that has the issue
21+ that it might not get the exact version of the dependencies due to not reading the poetry.lock file.
2222
2323## Note to macOS users
2424
You can’t perform that action at this time.
0 commit comments