From 8aa68ad7506d4722e3e9ab0008e3be459a84cfc2 Mon Sep 17 00:00:00 2001 From: Binbin Zhang Date: Sat, 27 Aug 2022 16:23:10 +0800 Subject: [PATCH] [doc] rename conda env to wekws (#77) --- README.md | 4 ++-- requirements.txt | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49fe5be..aea319b 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/requirements.txt b/requirements.txt index c9e45a2..2585d10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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