Prefix commands with python in Windows instructions
This commit is contained in:
parent
d27563d2f1
commit
6602b45efe
@ -438,12 +438,12 @@ support for C-family languages.
|
||||
Compiling YCM **with** semantic support for C-family languages:
|
||||
|
||||
cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe
|
||||
install.py --clang-completer
|
||||
python install.py --clang-completer
|
||||
|
||||
Compiling YCM **without** semantic support for C-family languages:
|
||||
|
||||
cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe
|
||||
install.py
|
||||
python install.py
|
||||
|
||||
The following additional language support options are available:
|
||||
|
||||
|
@ -653,12 +653,12 @@ Download and install the following software:
|
||||
Compiling YCM **with** semantic support for C-family languages:
|
||||
>
|
||||
cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe
|
||||
install.py --clang-completer
|
||||
python install.py --clang-completer
|
||||
<
|
||||
Compiling YCM **without** semantic support for C-family languages:
|
||||
>
|
||||
cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe
|
||||
install.py
|
||||
python install.py
|
||||
<
|
||||
The following additional language support options are available:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user