Installation

There are two methods to install ELFWS.

PIP

The most recent released version is hosted on PyPI. It can be installed using pip.

pip install elfws

This is the preferred method for installing ELFWS.

Git Hub

The latest development version can be cloned from the git hub repo.

git clone https://github.com/jeremiah-c-leary/eda-log-file-warning-suppressor.git

Then install using the setup.py file.

python setup.py install