mirror of
https://github.com/harivansh-afk/oil.nvim.git
synced 2026-04-15 22:03:47 +00:00
3 lines
122 B
Bash
3 lines
122 B
Bash
export VIRTUAL_ENV=venv
|
|
layout python
|
|
python -c 'import pyparsing' 2>/dev/null || pip install -r scripts/requirements.txt
|