File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1212 <https://travis-ci.org/tkf/emacs-python-environment> `_ |build-status |
1313
1414
15- When you write Emacs plugin which uses Python script, you would want to
16- setup Python modules for that script easily from Emacs. You can use
17- python-environment.el to do that::
15+ Emacs integrates well with external tools written in languages other
16+ than Emacs Lisp and thus use of these tools should be encouraged.
17+ However, many people try to avoid using non-Emacs Lisp software tools
18+ since it makes installation of their Emacs plugin hard.
19+ python-environment.el solves this problem (only for the case the tool
20+ is written in Python) by providing virtualenv API in Emacs Lisp so
21+ that you can automate installation of tools written in Python.
22+ 
23+ Let's say you write Emacs plugin which uses Python script. Then you
24+ would want to setup Python modules for that script easily from Emacs.
25+ This is how to do that using python-environment.el::
1826
1927 (require 'python-environment) 
2028
                         You can’t perform that action at this time. 
           
                  
0 commit comments