Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ help packages` in vim for details.
cd ~/.vim
mkdir -p bundle && cd bundle
git clone https://github.com/python-mode/python-mode.git
cd python-mode
git submodule update --init --recursive

Enable [pathogen](https://github.com/tpope/vim-pathogen) in your `~/.vimrc`:

Expand All @@ -114,6 +116,7 @@ Enable [pathogen](https://github.com/tpope/vim-pathogen) in your `~/.vimrc`:

% git clone https://github.com/python-mode/python-mode.git
% cd python-mode
% git submodule update --init --recursive
% cp -R * ~/.vim

Then rebuild **helptags** in vim:
Expand Down