Correct a requirement in README.org

This commit is contained in:
Oguz Serbetci 2019-10-04 13:34:56 +02:00 committed by GitHub
parent d297dc6934
commit 3eac1b296c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 + The ~:editor format~ module uses [[https://github.com/psf/black][Black]] for python files
+ ~pip install black~ + ~pip install black~
+ ~pyimport~ requires Python's module ~pyimport~: + ~pyimport~ requires Python's module ~pyflakes~:
+ ~pip install pyimport~ + ~pip install pyflakes~
+ Python virtual environments install instructions at: + Python virtual environments install instructions at:
+ [[https://github.com/pyenv/pyenv][pyenv]] + [[https://github.com/pyenv/pyenv][pyenv]]