Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add README note regarding vim-plug and venv #95

Merged
merged 1 commit into from
Apr 30, 2020
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