Merge pull request #3306 from techiaith/r0.8

update after #3295
This commit is contained in:
lissyx 2020-09-02 16:29:19 +02:00 committed by GitHub
commit 9ff6df7122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ Install the required dependencies using ``pip3``\ :
.. code-block:: bash .. code-block:: bash
cd DeepSpeech 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 . 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. 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.