From 2206095be894b34df6fa4840d33e9c27f0090b96 Mon Sep 17 00:00:00 2001 From: Trapez Breen Date: Tue, 16 Apr 2019 23:55:16 +0200 Subject: [PATCH] Added instruction on installing importmagic and epc. Importmagic and epc isn't really optional if error messages are to be avoided. --- CHANGELOG.develop | 1 + layers/+lang/python/README.org | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.develop b/CHANGELOG.develop index 2859b1461..0e738f719 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -1900,6 +1900,7 @@ Other: rgb-24bit) - Added diminish for importmagic (thanks to Loys Ollivier) - Added debugger integration via =dap= layer +- Added documentation on installing importmagic and epc (thanks to Trapez Breen) **** Racket - Restore smart closing paren behavior in racket-mode (thanks to Don March) **** Ranger diff --git a/layers/+lang/python/README.org b/layers/+lang/python/README.org index acb32296c..0818150f9 100644 --- a/layers/+lang/python/README.org +++ b/layers/+lang/python/README.org @@ -22,6 +22,7 @@ - [[#configuration][Configuration]] - [[#fill-column][Fill column]] - [[#sort-imports][Sort imports]] + - [[#importmagic][Importmagic]] - [[#management-of-python-versions-and-virtual-environments][Management of Python versions and virtual environments]] - [[#manage-virtual-environments-with-pyvenv][Manage virtual environments with pyvenv]] - [[#manage-multiple-python-versions-with-pyenv][Manage multiple Python versions with pyenv]] @@ -222,6 +223,13 @@ config section: or as a directory-local variable (for per-project settings). +** Importmagic + Install importmagic and epc for importmagic functionality. + +#+BEGIN_SRC sh + pip install importmagic epc +#+END_SRC + * Management of Python versions and virtual environments ** Manage virtual environments with pyvenv A virtual environment provides isolation of your Python package versions. For a