Skip to content

Files

Latest commit

31afa31 · Apr 30, 2025

History

History

bin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 30, 2025
Dec 11, 2021
Jun 16, 2022
Dec 16, 2023
Dec 23, 2023
May 28, 2024
May 28, 2024
Dec 18, 2023
Dec 24, 2023
Mar 31, 2025
May 31, 2024
Nov 20, 2022
Nov 25, 2023
Dec 12, 2021
Nov 4, 2023
Dec 12, 2023
Nov 24, 2023
May 29, 2024

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