From 3eac1b296cd6ab0174034941c14bf315d9a1fefe Mon Sep 17 00:00:00 2001 From: Oguz Serbetci Date: Fri, 4 Oct 2019 13:34:56 +0200 Subject: [PATCH] Correct a requirement in README.org --- modules/lang/python/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/lang/python/README.org b/modules/lang/python/README.org index 91c011114..c2604a50b 100644 --- a/modules/lang/python/README.org +++ b/modules/lang/python/README.org @@ -54,8 +54,8 @@ This module has no direct prerequisites. Here are some of its soft dependencies. + The ~:editor format~ module uses [[https://github.com/psf/black][Black]] for python files + ~pip install black~ -+ ~pyimport~ requires Python's module ~pyimport~: - + ~pip install pyimport~ ++ ~pyimport~ requires Python's module ~pyflakes~: + + ~pip install pyflakes~ + Python virtual environments install instructions at: + [[https://github.com/pyenv/pyenv][pyenv]]