Mercurial > libervia-backend
changeset 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 | e86b71b1aa31 |
children | 2157880ba3b4 |
files | doc/installation.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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::