Skip to content

Commit dfa8ee8

Browse files
authored
Merge pull request #95 from acamso/master
Add README note regarding vim-plug and venv
2 parents af5f9dd + 81b2251 commit dfa8ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can install following command.
2525
$ make install
2626
2727
28-
This can be automated with vim-plug.
28+
This can be automated with vim-plug. Activated venv needs to be deactivated before running `PlugInstall` or `PlugUpdate`.
2929

3030
.. code::
3131
@@ -39,7 +39,7 @@ If you want install doq manually, you can install from PyPi.
3939
$ python3 -m venv ./venv
4040
$ ./venv/bin/pip3 install doq
4141
42-
Than set installed `doq <https://pypi.org/project/doq/>`_ path to `g:pydocstring_doq_path`.
42+
Then set installed `doq <https://pypi.org/project/doq/>`_ path to `g:pydocstring_doq_path`.
4343

4444
Note
4545
~~~~

0 commit comments

Comments
 (0)