- Python 3.6+
- pip3
Follow the instructions here to download and run the latest Wave Server, a requirement for apps.
$ git clone [email protected]:h2oai/wave-h2o-automl.git
$ cd wave-h2o-automl
$ make setup
$ source venv/bin/activate
wave run src.app
Note! If you did not activate your virtual environment this will be:
./venv/bin/wave run src.app
Point your favorite web browser to localhost:10101