You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vim-emu layer is Python only and does not require additional modules like Containernet does. Thus we should refactor the installation process and only rely on the setup.py. Would also allow to distribute the vim-emu package as pypi package.
update setup.py
use requirements.txt
update setup-cli.py (do we really need it?)
update ansible installer to only call setup.py
The text was updated successfully, but these errors were encountered:
The vim-emu layer is Python only and does not require additional modules like Containernet does. Thus we should refactor the installation process and only rely on the setup.py. Would also allow to distribute the vim-emu package as pypi package.
The text was updated successfully, but these errors were encountered: