Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can install following command.
$ make install


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`.

.. code::

Expand All @@ -39,7 +39,7 @@ If you want install doq manually, you can install from PyPi.
$ python3 -m venv ./venv
$ ./venv/bin/pip3 install doq

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`.

Note
~~~~
Expand Down