Merge pull request #1853 from oguzserbetci/patch-1

Correct a requirement in README.org
This commit is contained in:
Henrik Lissner 2019-10-04 12:08:51 -04:00 committed by GitHub
commit 976570d1f3
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
+ ~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]]