Skip to content

Commit f816792

Browse files
committed
Adding requirments.txt and remove installation from Readme.md
1 parent ed0eb06 commit f816792

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Python/Desktop_Time_Tracker/Readme.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ This script is written in python and can be used to track user time used on Desk
99
### Installation
1010
```bash
1111
$ sudo apt-get install xdotool
12-
$ pip install subprocess
13-
$ pip install time
14-
$ pip install matplotlib
15-
$ pip install yaml
12+
$ pip install -r requirements.txt
1613
```
1714

1815
### Usage
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
matplotlib==3.3.2
2+
pyyaml==5.3.1

0 commit comments

Comments
 (0)