Skip to content

Commit 724a3e2

Browse files
committed
Merge branch 'master' into dev/macos-ask-for-permission
2 parents b829e04 + 8075f16 commit 724a3e2

File tree

2 files changed

+117
-92
lines changed

2 files changed

+117
-92
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,22 @@ Cross-platform window-Watcher for Linux (X11), macOS, Windows.
55

66
[![Build Status](https://travis-ci.org/ActivityWatch/aw-watcher-window.svg?branch=master)](https://travis-ci.org/ActivityWatch/aw-watcher-window)
77

8-
### Note to macOS users
8+
## How to install
9+
10+
To install the pre-built application, go to https://activitywatch.net/downloads/
11+
12+
To build your own packaged application, run `make package`
13+
14+
To install the latest git version directly from github without cloning, run
15+
`pip install git+https://github.com/ActivityWatch/aw-watcher-window.git`
16+
17+
To 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.
22+
23+
## Note to macOS users
924

1025
To log current window title the terminal needs access to macOS accessibility API.
1126
This can be enabled in `System Preferences > Security & Privacy > Accessibility`, then add the Terminal to this list. If this is not enabled the watcher can only log current application, and not window title.

0 commit comments

Comments
 (0)