Skip to content

Commit

Permalink
Fix poetry publish issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-plus committed Jun 11, 2023
1 parent 2d6f127 commit bf0162e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@ into `.lrc` files in the desired language using [OpenAI-GPT](https://github.com/

2. Add your [OpenAI API key](https://platform.openai.com/account/api-keys) to environment variable `OPENAI_API_KEY`.

3. This project can be installed from PyPI:
3. Install [whisperx](https://github.com/m-bain/whisperX)

```shell
pip install git+https://github.com/m-bain/whisperx.git
```

4. This project can be installed from PyPI:

```shell
pip install openlrc
```

or install directly from GitHub:

```shell
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ rich = "^12.6.0"
tqdm = "^4.65.0"
librosa = "^0.10.0"
opencc = "^1.1.1"
whisperx = { git = "https://github.com/m-bain/whisperx.git" }

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/zh-plus/Open-Lyrics/issues"

0 comments on commit bf0162e

Please sign in to comment.