comparison doc/installation.rst @ 3774:df836d6f9c8a

doc (installation): fix missing `hg clone` instructions
author Goffi <goffi@goffi.org>
date Sat, 14 May 2022 22:35:39 +0200
parents 267e4987b58b
children 4d333f249625
comparison
equal deleted inserted replaced
3773:b96dd7ee0486 3774:df836d6f9c8a
46 display SVG avatars on some frontends):: 46 display SVG avatars on some frontends)::
47 47
48 $ python3 -m venv libervia 48 $ python3 -m venv libervia
49 $ source libervia/bin/activate 49 $ source libervia/bin/activate
50 $ pip install -U pip wheel 50 $ pip install -U pip wheel
51 $ hg clone https://repos.goffi.org/libervia-backend
52 $ cd libervia-backend
51 $ pip install -r requirements.txt 53 $ pip install -r requirements.txt
52 54
53 Don't worry if you see the following message, Libervia should work anyway:: 55 Don't worry if you see the following message, Libervia should work anyway::
54 56
55 Failed building wheel for pygobject 57 Failed building wheel for pygobject