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 ed0eb06 commit f816792Copy full SHA for f816792
Python/Desktop_Time_Tracker/Readme.md
@@ -9,10 +9,7 @@ This script is written in python and can be used to track user time used on Desk
9
### Installation
10
```bash
11
$ sudo apt-get install xdotool
12
-$ pip install subprocess
13
-$ pip install time
14
-$ pip install matplotlib
15
-$ pip install yaml
+$ pip install -r requirements.txt
16
```
17
18
### Usage
Python/Desktop_Time_Tracker/requirements.txt
@@ -0,0 +1,2 @@
1
+matplotlib==3.3.2
2
+pyyaml==5.3.1
0 commit comments