We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bb9c2 commit 3a4367cCopy full SHA for 3a4367c
README.md
@@ -9,3 +9,13 @@ Client library for ActivityWatch in Python.
9
10
Please see the documentation for usage and examples.
11
12
+## How to install
13
+
14
+To install the latest git version directly from github without cloning, run
15
+`pip install git+https://github.com/ActivityWatch/aw-client.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.
0 commit comments