Installation
If you already have Python and pip, you can use the first option:
Option 1: Install from pip
$ pip install mlbugdetection
You can either use the source code, as shows option 2:
Option 2: Install from source
$ git clone https://github.com/jpgianfaldoni/MLBugDetection.git
$ cd MLBugDetection
$ pip install .