mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-05 02:16:45 +03:00
.. | ||
neovim | ||
.python-version | ||
build_jenkins.sh | ||
build_nightly_jenkins.sh | ||
build_nvimserver.sh | ||
build_release.sh | ||
build_vimr.sh | ||
generate_autocmds.py | ||
generate_cursor_shape.py | ||
generate_sources.sh | ||
notarize_vimr.sh | ||
README.md | ||
requirements.txt | ||
resources | ||
set_appcast.py | ||
set_new_versions.sh | ||
setup_markdown_css.sh | ||
sign_vimr.sh |
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