Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 558 Bytes

installation.rst

File metadata and controls

24 lines (13 loc) · 558 Bytes

Installation

sloth can be installed in two ways:

  • Through pip and PyPI:
pip install sloth-speedtest
  • From source:
    1. Download the latest stable release from our Releases Page.
    2. Decompress it, and navigate into the directory in a command line.
    3. Build it with python<version> setup.py install. Make sure you are using the correct python interpreter.

Dependencies

sloth is completely standalone.