From a64b3bdceb8b55071ff8330fcea999b839009d67 Mon Sep 17 00:00:00 2001 From: Rakan Alhneiti Date: Sun, 15 Dec 2019 16:25:59 +0100 Subject: [PATCH] Add an entry in the readme for the isort prequisite --- modules/lang/python/README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/lang/python/README.org b/modules/lang/python/README.org index 8cf568435..b0eff6697 100644 --- a/modules/lang/python/README.org +++ b/modules/lang/python/README.org @@ -67,6 +67,9 @@ This module has no direct prerequisites. Here are some of its soft dependencies. + ~pyimport~ requires Python's module ~pyflakes~: + ~pip install pyflakes~ ++ ~py-isort~ requires [[https://github.com/timothycrosley/isort][isort]] to be installed: + + ~pip install isort~ + + Python virtual environments install instructions at: + [[https://github.com/pyenv/pyenv][pyenv]] + [[https://conda.io/en/latest/][Conda]]