Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyueyi authored Mar 22, 2024
1 parent f9693c8 commit 5faefc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmbg-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ linux/mac 环境安装
```bash
python3.11 -m venv venv

./venv/bin/python3 install -r ./requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
./venv/bin/pip install -r ./requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
```

验证是否成功
Expand Down Expand Up @@ -57,4 +57,4 @@ venv/bin/python3 main.py

```bash
curl http://127.0.0.1:8000/rmbg?name=dog
```
```

0 comments on commit 5faefc6

Please # to comment.