Installation¶
sloth
can be installed in two ways:
Through
pip
and PyPI:
pip install sloth-speedtest
From source:
Download the latest stable release from our Releases Page.
Decompress it, and navigate into the directory in a command line.
Install with
pip install .
. Make sure you are using the correct python interpreter.
Installing the development release¶
pip install https://github.com/fluffykoalas/sloth/archive/dev.tar.gz
Dependencies¶
sloth
needs click>=7.0, and setuptools>=40.0 to work.
These are installed automatically when you install sloth
.