Add an entry in the readme for the isort prequisite

This commit is contained in:
Rakan Alhneiti 2019-12-15 16:25:59 +01:00
parent eeafec2df0
commit a64b3bdceb
No known key found for this signature in database
GPG Key ID: A0F65F91960263EA

View File

@ -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]]