Skip to content

Commit a60bca4

Browse files
committed
Write README.rst a bit more
1 parent 3158a11 commit a60bca4

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@
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

0 commit comments

Comments
 (0)