From d6057281bd163f46a7601ae2951f3c824d4af394 Mon Sep 17 00:00:00 2001 From: dece Date: Tue, 1 Jun 2021 14:26:23 +0200 Subject: [PATCH] readme: add Python requirements and FAQ links --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b81eb7c..97f73f1 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ Why use Bebop instead of something else? Install ------- +You need Python 3.7 or more recent. If you don't know what Python is or if you +have it installed, check out this Gemini link `gemini://dece.space/dev/faq/using-python-programs.gmi` ([Web version][py-faq-http]). + +[py-faq-http]: https://portal.mozz.us/gemini/dece.space/dev/faq/using-python-programs.gmi + ```bash pip3 install bebop-browser ```