From 7724fa24a5401c10468f9aa33cf882ed947d7f92 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Fri, 25 May 2018 20:30:08 +0200 Subject: [PATCH] Instruction to install pylint to avoid errors with org and flycheck --- config.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.org b/config.org index 3f36509..d3007d6 100644 --- a/config.org +++ b/config.org @@ -1343,6 +1343,8 @@ Add some helpers to handle and understand macros *** Intro Systemwide following packages need to be installed: - venv + - pylint / pylint3 (depending on default python version) + flycheck complains if no pylint is available and org tries to fontify python code natively. The virtual environments need to have following modules installed: - wheel (for some reason it isn't pulled by other packages, yet they complain about missing wheel)