There was an error while loading. Please reload this page.
2 parents 35e1696 + 1729b53 commit 4d77848Copy full SHA for 4d77848
CHANGELOG.rst
@@ -287,3 +287,7 @@ Changelog
287
* Version 6.3
288
289
* Fixed python linter mappings (python-mode changed commands)
290
+
291
+* Version 6.4
292
293
+ * Restored isort pip dependency, due to changes in vim-isort (**new python package dependency: isort**)
README.rst
@@ -211,7 +211,7 @@ Super easy installation
211
::
212
213
sudo apt-get install vim exuberant-ctags git
214
- sudo pip install dbgp vim-debug pep8 flake8 pyflakes
+ sudo pip install dbgp vim-debug pep8 flake8 pyflakes isort
215
216
(if you don't have Pip, find it here: `pip <http://pypi.python.org/pypi/pip>`_)
217
0 commit comments