comparison 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
comparison
equal deleted inserted replaced
3368:e86b71b1aa31 3369:96b2f84a685c
46 display SVG avatars on some frontends):: 46 display SVG avatars on some frontends)::
47 47
48 $ python3 -m venv sat 48 $ python3 -m venv sat
49 $ source sat/bin/activate 49 $ source sat/bin/activate
50 $ pip install wheel 50 $ pip install wheel
51 $ pip install hg+https://repos.goffi.org/sat_tmp "hg+https://repos.goffi.org/sat#egg=sat[SVG]" 51 $ 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]"
52 52
53 Don't worry if you see the following message, SàT should work anyway:: 53 Don't worry if you see the following message, SàT should work anyway::
54 54
55 Failed building wheel for pygobject 55 Failed building wheel for pygobject
56 56