Skip to content

Installation

Vihan edited this page Apr 9, 2017 · 4 revisions

Linux

First, you must install the dependencies. Unfortunately, V has more dependencies than I would like. First, make sure you have the following installed.

Then, install the following python libraries from pip:

  • docopts
  • neovim

Installing the neovim library will fail if you have not installed python-dev.

Now, just add these lines to your .bashrc and you're good to go!

V=/path/to/V/folder
export V
alias v="python $V/main.py"
export NVIM_LISTEN_ADDRESS=/tmp/nvim

The first makes running V more convenient, and the second allows you to run V with an external neovim window for debugging purposes with -d.

Windows, OS X

Windows and OS X are not yet officially supported, although the dependencies are the same. This will be updated. Since it can be a pain to get neovim running on windows, it is recommended that you use build 658 and nvim-qt.exe.

Clone this wiki locally