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::
95
95
must be enabled to use python-mode.
96
96
97
97
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
+
98
120
Troubleshooting
99
121
===============
100
122
You can’t perform that action at this time.
0 commit comments