# HG changeset patch # User Goffi # Date 1652560539 -7200 # Node ID df836d6f9c8a55b133c40d617881e617ed123249 # Parent b96dd7ee0486e11efa61caa77ca7f32ef6e81cbb doc (installation): fix missing `hg clone` instructions diff -r b96dd7ee0486 -r df836d6f9c8a doc/installation.rst --- a/doc/installation.rst Sat May 14 22:34:13 2022 +0200 +++ b/doc/installation.rst Sat May 14 22:35:39 2022 +0200 @@ -48,6 +48,8 @@ $ python3 -m venv libervia $ source libervia/bin/activate $ pip install -U pip wheel + $ hg clone https://repos.goffi.org/libervia-backend + $ cd libervia-backend $ pip install -r requirements.txt Don't worry if you see the following message, Libervia should work anyway::