Browse Source

Instruction to install pylint to avoid errors with org and flycheck

master
Marc Pohling 6 years ago
parent
commit
7724fa24a5
1 changed files with 2 additions and 0 deletions
  1. 2
      config.org

2
config.org

@ -1343,6 +1343,8 @@ Add some helpers to handle and understand macros
*** Intro *** Intro
Systemwide following packages need to be installed: Systemwide following packages need to be installed:
- venv - 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: 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) - wheel (for some reason it isn't pulled by other packages, yet they complain about missing wheel)

Loading…
Cancel
Save