Replace references to Python 3.6 with 3.8 in README

This commit is contained in:
kittenswolf
2022-08-20 17:58:29 +02:00
committed by GitHub
parent 5fe54b3ae6
commit 507975e56d
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ Optional Packages
Please note that when installing voice support on Linux, you must install the following packages via your favourite package manager (e.g. ``apt``, ``dnf``, etc) before running the above commands:
* libffi-dev (or ``libffi-devel`` on some systems)
* python-dev (e.g. ``python3.6-dev`` for Python 3.6)
* python-dev (e.g. ``python3.8-dev`` for Python 3.8)
Quick Example
--------------