Skip to content
Jack Gerrits edited this page Jan 3, 2019 · 20 revisions

[Getting started] > Dependencies > Building > Installing > Tutorial

First step is to get VW by either:

  • Installing with a package manager
    • apt-get
      • sudo apt-get install vowpal-wabbit
    • Homebrew
      • brew install vowpal-wabbit
      • Currently version 8.6.1
    • Pypi
      • pip install vowpalwabbit
      • Currently version 8.5
    • Some binaries are available here but they are not actively maintained.
  • Or, build from source

Then, follow the tutorial.

Clone this wiki locally