install.rst Build pre-reqs tweak

This commit is contained in:
jecarr 2021-09-02 15:47:58 +12:00 committed by GitHub
parent 1b255b7dc3
commit f83e1452ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,8 @@ it from sources you will need:
- A C compiler.
- The Python header files. They are usually installed in a package such as
**python-dev** or **python3-dev**. A message such as *error: Python.h: No
**python-dev**, **python3-dev** or **python3.x-dev** (where 3.x is your
Python version, e.g. python3.9-dev). A message such as *error: Python.h: No
such file or directory* is an indication that the Python headers are
missing.