Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita8c1d79

Browse files
committed
added warning on submodules change on readme.me
1 parent13666d8 commita8c1d79

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

‎readme.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@
1010

1111
-------------------------------------------------------------------------------
1212

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+
1327
Python-mode is a Vim plugin that magically converts Vim into a Python IDE.
1428

1529
Why Python-mode?
@@ -75,9 +89,9 @@ help packages` in vim for details.
7589

7690
##Using pathogen
7791

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
8195

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp