Skip to content

Commit d6462c2

Browse files
authored
Merge pull request #91 from sarulab-speech/introduce-uv
Introduce uv
2 parents bde3b78 + eaa78b1 commit d6462c2

File tree

2 files changed

+4306
-5
lines changed

2 files changed

+4306
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ If you want to make predictions using the UTMOSv2 library, follow these steps:
8383
1. Install the UTMOSv2 library from GitHub
8484

8585
```bash
86-
pip install git+https://github.com/sarulab-speech/UTMOSv2.git
86+
uv add git+https://github.com/sarulab-speech/UTMOSv2.git
87+
# If you're using pip:
88+
# pip install git+https://github.com/sarulab-speech/UTMOSv2.git
8789
```
8890

8991
2. Make predictions
@@ -138,8 +140,10 @@ If you want to make predictions using the inference script, follow these steps:
138140
2. Install Package
139141

140142
```bash
141-
pip install --upgrade pip # enable PEP 660 support
142-
pip install -e .[optional] # install with optional dependencies
143+
uv sync --extra optional
144+
# If you're using pip:
145+
# pip install --upgrade pip # enable PEP 660 support
146+
# pip install -e .[optional] # install with optional dependencies
143147
```
144148

145149
3. Make predictions
@@ -211,8 +215,8 @@ If you find UTMOSv2 useful in your research, please cite the following paper:
211215
author = {Baba, Kaito and Nakata, Wataru and Saito, Yuki and Saruwatari, Hiroshi},
212216
booktitle = {IEEE Spoken Language Technology Workshop (SLT)},
213217
year = {2024},
214-
pages={818--824},
215-
doi={10.1109/SLT61566.2024.10832315},
218+
pages = {818--824},
219+
doi = {10.1109/SLT61566.2024.10832315},
216220
}
217221
```
218222

0 commit comments

Comments
 (0)