mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-23 19:21:53 +03:00
886259462c
Conflicts: NvimServer |
||
---|---|---|
.. | ||
.gitignore | ||
.python-version | ||
build_nightly.sh | ||
build_nvimserver_for_local_dev.sh | ||
build_release.sh | ||
build_vimr_dev.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 | ||
sign_vimr.sh | ||
wait_for_notarization.py | ||
watch_nvimserver_and_build.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