1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-09-11 17:15:34 +03:00
vimr/bin
2024-05-31 22:11:23 +09:00
..
neovim Update deps 2024-05-30 12:59:42 +09:00
.python-version Add Python version 2021-12-11 18:22:27 +01:00
build_jenkins.sh Adapt jenkins script 2023-12-16 20:13:32 +01:00
build_nightly_jenkins.sh Replace when uploading 2023-12-23 21:47:28 +01:00
build_nvimserver.sh Adapt VimR building scripts 2024-05-28 12:07:28 +09:00
build_release.sh Use fresh venv 2024-05-28 16:50:02 +09:00
build_vimr.sh Strip NvimServer 2023-12-18 19:26:56 +01:00
generate_autocmds.py Refactor slightly 2023-12-24 22:12:37 +01:00
generate_cursor_shape.py Refactor slightly 2023-12-24 22:12:37 +01:00
generate_sources.sh Adapt API generation script 2024-05-31 22:11:23 +09:00
notarize_vimr.sh Use the new notarytool 2022-11-20 11:26:06 +01:00
README.md Implement VCS ignoring in Swift and use fzy to fuzzy match 2022-06-16 15:26:39 +02:00
requirements.txt Remove unused package 2023-11-25 15:32:08 +01:00
resources Add vimr-deps download script 2021-12-12 20:39:24 +01:00
set_appcast.py Fix appcast script 2023-11-04 20:03:28 +01:00
set_new_versions.sh Re-add files to build on local Jenkins 2023-12-12 17:41:00 +01:00
setup_markdown_css.sh Remove Carthage 2023-11-24 11:25:36 +01:00
sign_vimr.sh Update DEVELOP.md 2024-05-29 15:22:48 +09:00

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