From 1449d9bed865977b9cdde83e9d3a938692c163a4 Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 15 May 2024 05:13:42 +0200 Subject: [PATCH] python: added manual installation guide source --- wiki/programming-languages/python.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/programming-languages/python.md b/wiki/programming-languages/python.md index d3430d0..3068be9 100644 --- a/wiki/programming-languages/python.md +++ b/wiki/programming-languages/python.md @@ -49,6 +49,8 @@ cd Python-3.9.1 Afterwards if OpenSSL should be enabled for Python uncomment all the corresponding lines in `Modules/Setup`. +This part of the guide is taken from a +[StackOverflow post by Ironman](https://stackoverflow.com/questions/58309485/modulenotfounderror-no-module-named-ssl). Then proceed with the installation.