diff --git a/Home.md b/Home.md index d139789..21223dc 100644 --- a/Home.md +++ b/Home.md @@ -51,6 +51,8 @@ environment. libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev ``` + The Python's documentation reports a different set of dependencies in the [documentation](https://devguide.python.org/getting-started/setup-building/#build-dependencies) and in the script used in the [GitHub Actions](https://github.com/python/cpython/blob/main/.github/workflows/posix-deps-apt.sh) + If you are going build PyPy from source or install other Python flavors that require CLang, also install `llvm`. * **CentOS/Fedora 21 and below:**