Skip to content

Commit

Permalink
quote package name to fix installation on zsh (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal94 authored Sep 27, 2024
1 parent 95b8114 commit 48262fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 48262fe

Please sign in to comment.