# HG changeset patch # User Ludovic Chabant # Date 1532999944 25200 # Node ID 678278cb85b1a16702cbe17f7dd8cfa96ed38942 # Parent 025e6a5bb5a329286a8bd5bcdbbcf2abcdda89ff Add installation steps in README. diff -r 025e6a5bb5a3 -r 678278cb85b1 README.rst --- a/README.rst Mon Jul 30 00:00:30 2018 -0700 +++ b/README.rst Mon Jul 30 18:19:04 2018 -0700 @@ -24,6 +24,23 @@ - Print: a debug silo that just prints entries in the console. +Installation +------------ + +You can install SiloRider like any other Python tool:: + + pip install silorider + +You can then check it installed correctly with:: + + silorider -h + +You can also install from source by cloning the Git or Mercurial repository and +running:: + + pip install -e /path/to/silorider/repo + + Quickstart ----------