未验证 提交 f6ca14c5 编写于 作者: J Jackwaterveg 提交者: GitHub

[install.md]remove the gcc and gxx in hard (#1122)

* remove the gcc and gxx in hard

* Update install.md

* Create install.md

* Update install.md
上级 a3822943
......@@ -107,11 +107,11 @@ popd
# use the "bash" command to make the conda environment works
bash
# create an conda virtual environment
conda create -y -n tools/venv python=3.7
conda create -y -p tools/venv python=3.7
# Activate the conda virtual environment:
conda activate tools/venv
# Install the conda packags
conda install -y -c conda-forge sox libsndfile swig bzip2 libflac bc gcc_linux-64=8.4.0 gxx_linux-64=8.4.0
conda install -y -c conda-forge sox libsndfile swig bzip2 libflac bc
```
### Install PaddlePaddle
For example, for CUDA 10.2, CuDNN7.5 install paddle 2.2.0:
......@@ -121,7 +121,7 @@ python3 -m pip install paddlepaddle-gpu==2.2.0
```
### Get the Function for Developing PaddleSpeech
```bash
pip install .[develop]
pip install -e .[develop]
```
### Install the Kaldi (Optional)
```bash
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册