Skip to content

Commit 4d77848

Browse files
committed
Merge branch 'develop'
2 parents 35e1696 + 1729b53 commit 4d77848

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,3 +287,7 @@ Changelog
287287
* Version 6.3
288288

289289
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Super easy installation
211211
::
212212

213213
sudo apt-get install vim exuberant-ctags git
214-
sudo pip install dbgp vim-debug pep8 flake8 pyflakes
214+
sudo pip install dbgp vim-debug pep8 flake8 pyflakes isort
215215

216216
(if you don't have Pip, find it here: `pip <http://pypi.python.org/pypi/pip>`_)
217217

0 commit comments

Comments
 (0)