From 8a8d140da81c85e68097760c3bbd68e13721f4bf Mon Sep 17 00:00:00 2001 From: Dewi Bryn Jones Date: Wed, 2 Sep 2020 15:13:57 +0100 Subject: [PATCH] updating docs for #3295 --- doc/TRAINING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TRAINING.rst b/doc/TRAINING.rst index 9cc6d951..7274ef5c 100644 --- a/doc/TRAINING.rst +++ b/doc/TRAINING.rst @@ -46,7 +46,7 @@ Install the required dependencies using ``pip3``\ : .. code-block:: bash cd DeepSpeech - pip3 install --upgrade pip==20.0.2 wheel==0.34.2 setuptools==46.1.3 + pip3 install --upgrade pip==20.2.2 wheel==0.34.2 setuptools==49.6.0 pip3 install --upgrade -e . Remember to re-run the last ``pip3 install`` command above when you update the training code (for example by pulling new changes), in order to update any dependencies.