[doc] rename conda env to wekws (#77)
This commit is contained in:
parent
c9a262866f
commit
8aa68ad750
@ -27,8 +27,8 @@ git clone https://github.com/wenet-e2e/wekws.git
|
|||||||
- Create Conda env:
|
- Create Conda env:
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
conda create -n wenet python=3.8
|
conda create -n wekws python=3.8
|
||||||
conda activate wenet
|
conda activate wekws
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
conda install pytorch=1.10.0 torchaudio=0.10.0 cudatoolkit=11.1 -c pytorch -c conda-forge
|
conda install pytorch=1.10.0 torchaudio=0.10.0 cudatoolkit=11.1 -c pytorch -c conda-forge
|
||||||
```
|
```
|
||||||
|
|||||||
@ -1,6 +1,13 @@
|
|||||||
flake8==3.8.2
|
|
||||||
pyyaml>=5.1
|
pyyaml>=5.1
|
||||||
tensorboard
|
tensorboard
|
||||||
tensorboardX
|
tensorboardX
|
||||||
matplotlib
|
matplotlib
|
||||||
onnxruntime
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user