|
10 | 10 |
|
11 | 11 | -------------------------------------------------------------------------------
|
12 | 12 |
|
| 13 | +<palign="center"> |
| 14 | + <imgwidth="150"height="150"src="https://vignette.wikia.nocookie.net/sqmegapolis/images/4/42/Warning-2-256.png/revision/latest?cb=20130403220740"> |
| 15 | +</p> |
| 16 | + |
| 17 | +***Important***: From 2017-11-19 onwards python-mode uses submodules instead of |
| 18 | +hard coding 3rd party libraries into its codebase. Please issue the command: |
| 19 | +`git submodule update --init --recursive` |
| 20 | +inside your python-mode folder. |
| 21 | + |
| 22 | +If you are a new user please clone the repos using the recursive flag: |
| 23 | +`git clone --recursive https://github.com/python-mode/python-mode` |
| 24 | + |
| 25 | +------------------------------------------------------------------------------- |
| 26 | + |
13 | 27 | Python-mode is a Vim plugin that magically converts Vim into a Python IDE.
|
14 | 28 |
|
15 | 29 | Why Python-mode?
|
@@ -75,9 +89,9 @@ help packages` in vim for details.
|
75 | 89 |
|
76 | 90 | ##Using pathogen
|
77 | 91 |
|
78 |
| -%cd ~/.vim |
79 |
| -%mkdir -p bundle && cd bundle |
80 |
| -%git clone https://github.com/python-mode/python-mode.git |
| 92 | +cd ~/.vim |
| 93 | +mkdir -p bundle && cd bundle |
| 94 | +git clone https://github.com/python-mode/python-mode.git |
81 | 95 |
|
82 | 96 | Enable[pathogen](https://github.com/tpope/vim-pathogen) in your`~/.vimrc`:
|
83 | 97 |
|
|