@@ -8,14 +8,14 @@ Pyenv mode
88
99|melpa |
1010
11- Integrate Fabián E. Gallina `python.el `_ with pyenv _ tool. This allow
12- packages which already use python.el (like python-django _) got pyenv
13- virtual environments support out-of-the-box.
11+ Pyenv mode integrates Fabián E. Gallina's `python.el `_ with the pyenv _ tool.
12+ This gives packages which already use python.el (like python-django _)
13+ pyenv virtual environment support out-of-the-box.
1414
1515Pyenv mode does...
1616~~~~~~~~~~~~~~~~~~
1717
18- * Setup ``PYENV_VERSION `` environment variable and
18+ * Setup the ``PYENV_VERSION `` environment variable and
1919 ``python-shell-virtualenv-path `` custom variable based on user input
2020
2121Pyenv mode doesn't...
@@ -29,49 +29,49 @@ Pyenv mode doesn't...
2929Installation
3030------------
3131
32- You can simply install package from Melpa _::
32+ You can simply install the package from Melpa _::
3333
3434 M-x package-install RET pyenv-mode
3535
3636Usage
3737-----
3838
39- Add following block to your emacs configuration
39+ Add following block to your Emacs configuration:
4040
4141.. code :: lisp
4242
4343 (pyenv-mode)
4444
45- Now you are available to specify pyenv python version::
45+ Now you can specify the pyenv Python version::
4646
4747 M-x pyenv-mode-set
4848
49- So now when you run inferior python with::
49+ So now when you run inferior Python with::
5050
5151 M-x run-python
5252
53- process will start inside specified python installation. You can
54- unset current version with::
53+ The process will start inside the specified Python installation. You can
54+ unset the current version with::
5555
5656 M-x pyenv-mode-unset
5757
5858Goodies
5959-------
6060
61- When you set python version with ``pyenv-mode `` following changes
62- happens automatically
61+ When you set the Python version with ``pyenv-mode ``, the following changes
62+ happen automatically:
6363
64- * compile commands use proper python version and environment
65- * flycheck _ perform syntax checking according to python version you use
66- * anaconda-mode _ search completions, definitions and references in chosen environment
64+ * compile commands use proper Python version and environment
65+ * flycheck _ performs syntax checking according to Python version you use
66+ * anaconda-mode _ search completions, definitions and references respect the chosen environment
6767
6868Projectile integration
6969``````````````````````
7070
71- You can switch python version together with current project. Drop
72- following lines into emacs init file. When use projectile switch
73- project with ``C-c p p `` key binding ``pyenv-mode `` will activate
74- environment matched project name.
71+ You can switch Python versions together with your current project. Drop
72+ the following lines into your Emacs init file. When you use projectile switch
73+ project with the ``C-c p p `` key binding ``pyenv-mode `` will activate the
74+ environment matched to the project's name.
7575
7676.. code :: lisp
7777
0 commit comments