Mercurial > libervia-backend
diff doc/installation.rst @ 3369:96b2f84a685c
doc (installation): added instruction to download dev version of `sat_template`
Also add double quote to avoid shell interpretation.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 20 Sep 2020 14:05:40 +0200 |
parents | 7726916c1ba6 |
children | dea30b1eb166 |
line wrap: on
line diff
--- 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::