Installation

The easiest way to install Soil is through pip, with Python >= 3.4:

pip install soil

Now test that it worked by running the command line tool

soil --help

Or, if you’re using using soil programmatically:

import soil
print(soil.__version__)

The latest version can be installed through GitLab or GitHub.