Skip to content

Files

Latest commit

c1a7d38 · Oct 30, 2023

History

History
This branch is 453 commits behind qvacua/vimr:master.

bin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 12, 2021
Dec 11, 2021
Jun 16, 2022
Jun 26, 2022
Jun 28, 2022
Nov 3, 2022
Oct 30, 2023
Jun 16, 2022
Oct 29, 2023
Oct 29, 2023
Jun 26, 2022
Nov 20, 2022
Dec 11, 2021
Dec 12, 2021
Mar 19, 2022
Jun 16, 2022
Oct 30, 2023
Feb 13, 2022

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