Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rifsxd committed Mar 14, 2024
1 parent 0955c30 commit d6e77ac
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,27 @@ Usage :

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

Running :
Requirements :

- python 3.10+ required!
>python 3.10+
>pip 23.0+
Auto installation :
```
pip install pydvpl
```

Manual installation :

```
$ git clone https://github.com/rifsxd/pydvpl.git
```

```
$ cd pydvpl/src/pydvpl
$ cd pydvpl
```

```
$ py ./pydvpl.py -h
$ pip install ./
```

0 comments on commit d6e77ac

Please sign in to comment.