mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-19 19:51:35 +03:00
474 B
474 B
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 python setup.py develop