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 0955c30 commit d6e77acCopy full SHA for d6e77ac
README.md
@@ -55,18 +55,27 @@ Usage :
55
56
$ pydvpl --mode compress --path /path/to/decompress/compress.yaml --threads 10
57
58
-Running :
+Requirements :
59
60
-- python 3.10+ required!
+>python 3.10+
61
+
62
+>pip 23.0+
63
64
+Auto installation :
65
+```
66
+pip install pydvpl
67
68
69
+Manual installation :
70
71
```
72
$ git clone https://github.com/rifsxd/pydvpl.git
73
74
75
-$ cd pydvpl/src/pydvpl
76
+$ cd pydvpl
77
78
79
-$ py ./pydvpl.py -h
80
+$ pip install ./
81
0 commit comments