diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-04-17 06:50:16 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-04-24 01:45:08 +0000 |
commit | fbcf4ad41a687af44fb0b27eb076f77f5a363f62 (patch) | |
tree | dfe728aec5655e85cdf22c61f97fe23600bb7e12 | |
parent | dabaf601f7d6c818a6400f34ce930a44423788ef (diff) | |
download | buildstream-fbcf4ad41a687af44fb0b27eb076f77f5a363f62.tar.gz |
doc/source/install.rst: Update build instructions for Fedora
-rw-r--r-- | doc/source/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index 2ef4f81db..78c32fabe 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -80,8 +80,8 @@ Fedora For recent fedora systems, the following line should get you the system requirements you need:: - dnf install -y bubblewrap fuse fuse-libs git python3-gobject \ - python3-psutil ostree python3-ruamel-yaml + dnf install -y fuse ostree bubblewrap git \ + python3 python3-pip python3-gobject python3-psutil Installing |