[doc] rename conda env to wekws (#77)

This commit is contained in:
Binbin Zhang 2022-08-27 16:23:10 +08:00 committed by GitHub
parent c9a262866f
commit 8aa68ad750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View File

@ -27,8 +27,8 @@ git clone https://github.com/wenet-e2e/wekws.git
- Create Conda env:
``` sh
conda create -n wenet python=3.8
conda activate wenet
conda create -n wekws python=3.8
conda activate wekws
pip install -r requirements.txt
conda install pytorch=1.10.0 torchaudio=0.10.0 cudatoolkit=11.1 -c pytorch -c conda-forge
```

View File

@ -1,6 +1,13 @@
flake8==3.8.2
pyyaml>=5.1
tensorboard
tensorboardX
matplotlib
onnxruntime
flake8==3.8.2
flake8-bugbear
flake8-comprehensions
flake8-executable
flake8-pyi==20.5.0
mccabe
pycodestyle==2.6.0
pyflakes==2.2.0