InstallationΒΆ

webcompat-ml is distributed as a python package. Here are the steps to install it:

$ git clone https://github.com/mozilla/webcompat-ml
$ cd webcompat-ml
$ python -m venv env
$ . env/bin/activate
$ pip install .