Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 448 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 448 Bytes

How to use

  • cd into ${PROJECT_ROOT}/bin, this directory.
  • Install pyenv and pyenv-virtuelenv.
  • Install Python 3.9.7 using pyenv.
  • Create a virtualenv with the name com.qvacua.VimR.bin.
  • Ensure that you're running the Python in the virtualenv by
    pyenv which python
    /${HOME}/.pyenv/versions/com.qvacua.VimR.bin/bin/python
  • Install the requirements
    pip install -r requirements.txt