fix bugs in pip package

This commit is contained in:
qinzy
2024-02-19 18:44:06 +00:00
parent 90bf41d770
commit b65187030b

View File

@@ -45,8 +45,9 @@ This section is only for developers and researchers who are familiar with Linux,
```
conda create -n openvoice python=3.9
conda activate openvoice
conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia
pip install -r requirements.txt
git clone git@github.com:myshell-ai/OpenVoice.git
cd OpenVoice
pip install -e .
```
Download the checkpoint from [here](https://myshell-public-repo-hosting.s3.amazonaws.com/openvoice/checkpoints_1226.zip) and extract it to the `checkpoints` folder