From 3e5aa8ff838f5088095ab1bcdbf6fd5a68ba0a0c Mon Sep 17 00:00:00 2001 From: Chandan Singh Date: Sun, 12 Aug 2018 00:22:46 +0100 Subject: doc: Fix install instructions for Fedora `python3-arpy` package is not available on Fedora so it has to be installed using `pip`. Update instructions accordingly. For reference, here is a pipeline that failed when trying to install `arpy` using current instructions: https://gitlab.com/BuildStream/buildstream-docker-images/-/jobs/88553245. --- doc/source/install_linux_distro.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/install_linux_distro.rst b/doc/source/install_linux_distro.rst index 04f29d1ba..0d21bfd46 100644 --- a/doc/source/install_linux_distro.rst +++ b/doc/source/install_linux_distro.rst @@ -122,7 +122,8 @@ requirements you need:: For the default plugins:: dnf install -y \ - bzr git lzip patch ostree python3-arpy python3-gobject + bzr git lzip patch ostree python3-gobject + pip3 install --user arpy Ubuntu -- cgit v1.2.1