Skip to content
Snippets Groups Projects
Commit c6d6c0d1 authored by Nate Beck's avatar Nate Beck
Browse files

Update installation.md

Add the -y option to the python apt-get install commands to be consistent with the rest of the Document.
parent cbb5b000
No related branches found
No related tags found
1 merge request!5278Small consistency addition for installation.md
Loading
Loading
@@ -63,7 +63,7 @@ Make sure you have the right version of Python installed.
python --version
 
# If it's Python 3 you might need to install Python 2 separately
sudo apt-get install python2.7
sudo apt-get install -y python2.7
 
# Make sure you can access Python via python2
python2 --version
Loading
Loading
@@ -72,7 +72,7 @@ Make sure you have the right version of Python installed.
sudo ln -s /usr/bin/python /usr/bin/python2
 
# For reStructuredText markup language support install required package:
sudo apt-get install python-docutils
sudo apt-get install -y python-docutils
 
**Note:** In order to receive mail notifications, make sure to install a
mail server. By default, Debian is shipped with exim4 whereas Ubuntu
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment