File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,28 @@ Then rebuild **helptags** in vim::
9595 must be enabled to use python-mode.
9696
9797
98+ Debian packages
99+ ---------------
100+
101+ Repository URL: http://klen.github.io/python-mode/deb/
102+ Install with commands:
103+
104+ ::
105+
106+ add-apt-repository http://klen.github.io/python-mode/deb main
107+ apt-get update
108+ apt-get install vim-python-mode
109+
110+ If you are getting the message: "The following signatures couldn' be verified because the public key is not available": ::
111+
112+ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B5DF65307000E266
113+
114+ `vim-python-mode ` using `vim-addons `, so after installation just enable
115+ `python-mode ` with command: ::
116+
117+ vim-addons install python-mode
118+
119+
98120Troubleshooting
99121===============
100122
You can’t perform that action at this time.
0 commit comments