# HG changeset patch # User Goffi # Date 1600603540 -7200 # Node ID 96b2f84a685cef084357bdd018e8a4540b617f9a # Parent e86b71b1aa31dc0eaa7d1f7d70846fc7d649f6bd doc (installation): added instruction to download dev version of `sat_template` Also add double quote to avoid shell interpretation. diff -r e86b71b1aa31 -r 96b2f84a685c doc/installation.rst --- a/doc/installation.rst Sun Sep 20 14:05:40 2020 +0200 +++ b/doc/installation.rst Sun Sep 20 14:05:40 2020 +0200 @@ -48,7 +48,7 @@ $ python3 -m venv sat $ source sat/bin/activate $ pip install wheel - $ pip install hg+https://repos.goffi.org/sat_tmp "hg+https://repos.goffi.org/sat#egg=sat[SVG]" + $ pip install hg+https://repos.goffi.org/sat_tmp hg+https://repos.goffi.org/sat_templates "hg+https://repos.goffi.org/sat#egg=sat[SVG]" Don't worry if you see the following message, SàT should work anyway::