File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ that you can automate installation of tools written in Python.
2222
2323Let's say you write Emacs plugin which uses Python script. Then you
2424would want to setup Python modules for that script easily from Emacs.
25- This is how to do that using python-environment.el::
25+ This is how to do that using python-environment.el
26+
27+ .. code :: cl
2628
2729 (require 'python-environment)
2830
@@ -31,7 +33,9 @@ This is how to do that using python-environment.el::
3133 (python-environment-run "pip" "install" "epc"))
3234
3335 In your plugin, if you want the path to command installed in the
34- virtualenv, do something like this::
36+ virtualenv, do something like this
37+
38+ .. code :: cl
3539
3640 (start-process NAME BUFFER
3741 (python-environment-bin "COMMAND")
You can’t perform that action at this time.
0 commit comments