Skip to content

Commit d6e77ac

Browse files
committed
updated README.md
1 parent 0955c30 commit d6e77ac

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,27 @@ Usage :
5555

5656
$ pydvpl --mode compress --path /path/to/decompress/compress.yaml --threads 10
5757

58-
Running :
58+
Requirements :
5959

60-
- python 3.10+ required!
60+
>python 3.10+
61+
62+
>pip 23.0+
63+
64+
Auto installation :
65+
```
66+
pip install pydvpl
67+
```
68+
69+
Manual installation :
6170

6271
```
6372
$ git clone https://github.com/rifsxd/pydvpl.git
6473
```
6574

6675
```
67-
$ cd pydvpl/src/pydvpl
76+
$ cd pydvpl
6877
```
6978

7079
```
71-
$ py ./pydvpl.py -h
80+
$ pip install ./
7281
```

0 commit comments

Comments
 (0)