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