summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/install.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index ecd51b952..1836eea6f 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -41,7 +41,7 @@ Arch
Install the dependencies with:
sudo pacman -S python python-pip python-gobject git \
- ostree bubblewrap python-ruamel-yaml
+ ostree bubblewrap python-ruamel-yaml patch
Debian Stretch
~~~~~~~~~~~~~~
@@ -60,7 +60,7 @@ 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
+ python3-ruamel.yaml bubblewrap patch
sudo apt-get install -t stretch-backports \
gir1.2-ostree-1.0 ostree
@@ -73,7 +73,7 @@ to get the base system requirements installed::
sudo apt-get install \
python3-dev python3-pip git \
python3-gi gir1.2-ostree-1.0 ostree \
- bubblewrap python3-ruamel.yaml
+ bubblewrap python3-ruamel.yaml patch
Fedora
@@ -82,7 +82,7 @@ For recent fedora systems, the following line should get you the system
requirements you need::
dnf install -y bubblewrap fuse git python3-gobject \
- python3-psutil ostree
+ python3-psutil ostree patch
User installation with pip