[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
pull/1013/head
Jackwaterveg 3 years ago committed by GitHub
parent a3822943de
commit f6ca14c5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -107,11 +107,11 @@ popd
# use the "bash" command to make the conda environment works # use the "bash" command to make the conda environment works
bash bash
# create an conda virtual environment # 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: # Activate the conda virtual environment:
conda activate tools/venv conda activate tools/venv
# Install the conda packags # 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 ### Install PaddlePaddle
For example, for CUDA 10.2, CuDNN7.5 install paddle 2.2.0: 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 ### Get the Function for Developing PaddleSpeech
```bash ```bash
pip install .[develop] pip install -e .[develop]
``` ```
### Install the Kaldi (Optional) ### Install the Kaldi (Optional)
```bash ```bash

Loading…
Cancel
Save