mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-18 03:45:57 +08:00
quote package name to fix installation on zsh (#672)
This commit is contained in:
parent
95b81143c9
commit
48262fe17d
@ -78,7 +78,7 @@ CPU support:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install rembg # for library
|
pip install rembg # for library
|
||||||
pip install rembg[cli] # for library + cli
|
pip install "rembg[cli]" # for library + cli
|
||||||
```
|
```
|
||||||
|
|
||||||
GPU support:
|
GPU support:
|
||||||
@ -94,8 +94,8 @@ Go to <https://onnxruntime.ai> and check the installation matrix.
|
|||||||
If yes, just run:
|
If yes, just run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install rembg[gpu] # for library
|
pip install "rembg[GPU]" # for library
|
||||||
pip install rembg[gpu,cli] # for library + cli
|
pip install "rembg[gpu,cli]" # for library + cli
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage as a cli
|
## Usage as a cli
|
||||||
|
Loading…
x
Reference in New Issue
Block a user