Commit f2ba719d authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): add gpu installation

parent 578f43cd
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -25,10 +25,17 @@ image processing models.

You can simply install it with `pip` command line from the official PyPI site.

```
```shell
pip install dghs-imgutils
```

If your operating environment includes a available GPU, you can use the following installation command to achieve higher
performance:

```shell
pip install dghs-imgutils[gpu]
```

For more information about installation, you can refer
to [Installation](https://deepghs.github.io/imgutils/main/tutorials/installation/index.html).