Installation

Python

You can install the flagger with pip. Simply type the following into command line and the package should install properly.

pip install akiFlagger

To ensure that it is working properly, you can open a Python session and test it with.

import akiFlagger

akiFlagger.__version__

>> '1.1'
R

You can install the flagger through CRAN. Simply type the following into an RStudio terminal and the package should install properly.

install.packages('akiFlagger')