Skip to content

Commit 59d641b

Browse files
authored
【Hackathon 8th No.7】Add hints for installing with -e (#3979)
* Update README_cn.md * Update README.md
1 parent 675863b commit 59d641b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ git clone https://github.com/PaddlePaddle/PaddleSpeech.git
265265
cd PaddleSpeech
266266
pip install pytest-runner
267267
pip install .
268+
# If you need to install in editable mode, you need to use --use-pep517. The command is as follows:
269+
# pip install -e . --use-pep517
268270
```
269271

270272
For more installation problems, such as conda environment, librosa-dependent, gcc problems, kaldi installation, etc., you can refer to this [installation document](./docs/source/install.md). If you encounter problems during installation, you can leave a message on [#2150](https://github.com/PaddlePaddle/PaddleSpeech/issues/2150) and find related problems

README_cn.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@ git clone https://github.com/PaddlePaddle/PaddleSpeech.git
272272
cd PaddleSpeech
273273
pip install pytest-runner
274274
pip install .
275+
# 如果需要在可编辑模式下安装,需要使用 --use-pep517,命令如下
276+
# pip install -e . --use-pep517
275277
```
276278

277279
更多关于安装问题,如 conda 环境,librosa 依赖的系统库,gcc 环境问题,kaldi 安装等,可以参考这篇[安装文档](docs/source/install_cn.md),如安装上遇到问题可以在 [#2150](https://github.com/PaddlePaddle/PaddleSpeech/issues/2150) 上留言以及查找相关问题

0 commit comments

Comments
 (0)