diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-04-17 06:48:38 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-04-24 01:45:08 +0000 |
commit | 848627088810a4d741907ee1e591a59e3a029ec3 (patch) | |
tree | 83a6f38ca075fc5d274868ea1553f9bbcb1cfc0e | |
parent | caa52411c8039a19954b83d3bfa015c44a594661 (diff) | |
download | buildstream-848627088810a4d741907ee1e591a59e3a029ec3.tar.gz |
doc/source/install.rst: Update install instruction for Debian strech
-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 8a5cef81c..3a816528d 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -59,8 +59,8 @@ And then running:: At this point you should be able to get the system requirements with:: sudo apt-get install \ - python3-dev python3-pip git python3-gi \ - python3-ruamel.yaml bubblewrap fuse libfuse2 + fuse ostree gir1.2-ostree-1.0 bubblewrap git \ + python3 python3-pip python3-gi python3-psutil sudo apt-get install -t stretch-backports \ gir1.2-ostree-1.0 ostree |