Skip to content

Commit 675cefb

Browse files
committed
Update README
1 parent 25f2a64 commit 675cefb

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

python/README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,31 @@
22

33
- Python 3.14.4
44

5-
## 2. Execution
5+
## 2. Install Libraries via requirements.txt
6+
7+
```command
8+
$ pip install -r requirements.txt
9+
```
10+
11+
## 3. Execution
612

713
```command
8-
$ cd ./python
914
$ python main.py
1015
Provide your username(Default: hayat01sh1da): hayat01sh1da
1116
Provide your preferred unit d(daily - default), w(weekly) or m: d
1217
Provide the specific year you would like to create working report templates for(Default: the current year): 2024
1318
```
19+
20+
## 4. Unit Test
21+
22+
```command
23+
$ pytest
24+
============================= test session starts ==============================
25+
platform linux -- Python 3.14.4, pytest-9.0.3, pluggy-1.6.0
26+
rootdir: /mnt/c/Users/binlh/Documents/development/template-creators/python
27+
collected 8 items
28+
29+
test/test_application.py ........ [100%]
30+
31+
============================== 8 passed in 5.66s ===============================
32+
```

0 commit comments

Comments
 (0)