We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af5f9dd + 81b2251 commit dfa8ee8Copy full SHA for dfa8ee8
README.rst
@@ -25,7 +25,7 @@ You can install following command.
25
$ make install
26
27
28
-This can be automated with vim-plug.
+This can be automated with vim-plug. Activated venv needs to be deactivated before running `PlugInstall` or `PlugUpdate`.
29
30
.. code::
31
@@ -39,7 +39,7 @@ If you want install doq manually, you can install from PyPi.
39
$ python3 -m venv ./venv
40
$ ./venv/bin/pip3 install doq
41
42
-Than set installed `doq <https://pypi.org/project/doq/>`_ path to `g:pydocstring_doq_path`.
+Then set installed `doq <https://pypi.org/project/doq/>`_ path to `g:pydocstring_doq_path`.
43
44
Note
45
~~~~
0 commit comments