Skip to content
Jack Gerrits edited this page Apr 5, 2019 · 20 revisions

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


First step is to get VW by either:

  • Building from source
  • Or, 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

Then, follow the tutorial.

Clone this wiki locally