From 8c486d845962bf1f156d4a1ff5ac602f41474cb9 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 7 Oct 2018 14:17:11 -0400 Subject: [PATCH] Update installation instructions regarding libfuse2 and python-pip. Signed-off-by: Roberto Rosario --- docs/topics/deploying.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/topics/deploying.rst b/docs/topics/deploying.rst index 944ea88db0..e548edc6d0 100644 --- a/docs/topics/deploying.rst +++ b/docs/topics/deploying.rst @@ -23,10 +23,10 @@ Binary dependencies If using a Debian_ or Ubuntu_ based Linux distribution, get the executable requirements using:: - sudo apt-get install g++ gcc ghostscript gnupg1 graphviz libjpeg-dev libmagic1 \ - libpq-dev libpng-dev libreoffice libtiff-dev poppler-utils postgresql \ - python-dev python-pip python-virtualenv redis-server sane-utils supervisor \ - tesseract-ocr zlib1g-dev -y + sudo apt-get install g++ gcc ghostscript gnupg1 graphviz libfuse2 \ + libjpeg-dev libmagic1 libpq-dev libpng-dev libreoffice libtiff-dev \ + poppler-utils postgresql python-dev python-virtualenv redis-server \ + sane-utils supervisor tesseract-ocr zlib1g-dev -y Create an user account for the installation: -------------------------------------------- @@ -187,10 +187,10 @@ Binary dependencies If using a Debian_ or Ubuntu_ based Linux distribution, get the executable requirements using:: - sudo apt-get install g++ gcc ghostscript gnupg1 graphviz libjpeg-dev libmagic1 \ - libpq-dev libpng-dev libreoffice libtiff-dev poppler-utils postgresql \ - python-dev python-pip python-virtualenv rabbitmq-server redis-server \ - sane-utils supervisor tesseract-ocr zlib1g-dev -y + sudo apt-get install g++ gcc ghostscript gnupg1 graphviz libfuse2 \ + libjpeg-dev libmagic1 libpq-dev libpng-dev libreoffice libtiff-dev \ + poppler-utils postgresql python-dev python-virtualenv rabbitmq-server \ + redis-server sane-utils supervisor tesseract-ocr zlib1g-dev -y Create an user account for the installation: --------------------------------------------