Loading README.md +8 −1 Original line number Diff line number Diff line Loading @@ -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). Loading Loading
README.md +8 −1 Original line number Diff line number Diff line Loading @@ -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). Loading