quote package name to fix installation on zsh (#672)

This commit is contained in:
Kamal Kamalaldin 2024-09-26 23:43:33 -04:00 committed by GitHub
parent 95b81143c9
commit 48262fe17d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@ CPU support:
```bash
pip install rembg # for library
pip install rembg[cli] # for library + cli
pip install "rembg[cli]" # for library + cli
```
GPU support:
@ -94,8 +94,8 @@ Go to <https://onnxruntime.ai> and check the installation matrix.
If yes, just run:
```bash
pip install rembg[gpu] # for library
pip install rembg[gpu,cli] # for library + cli
pip install "rembg[GPU]" # for library
pip install "rembg[gpu,cli]" # for library + cli
```
## Usage as a cli