From 0c69a2385e2012a9cc157f7c96d2cd1559b0fe4f Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Mon, 4 Feb 2013 18:04:27 +0000 Subject: [PATCH] make explicit which prereq are required and which are optional --- docs/setup.htm | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/docs/setup.htm b/docs/setup.htm index 7e01df67..40a0f4d7 100644 --- a/docs/setup.htm +++ b/docs/setup.htm @@ -119,15 +119,15 @@ function showstartup(id) { sudo apt-get install python-cheetah sudo apt-get install python-imaging - # if using MySQL: - sudo apt-get install python-mysqldb - sudo apt-get install python-mysql-client - - # serial or USB, depending on hardware: + # required if hardware is serial or USB: sudo apt-get install python-serial sudo apt-get install python-usb - # for extended almanac information: + # required if using MySQL: + sudo apt-get install python-mysqldb + sudo apt-get install python-mysql-client + + # optional for extended almanac information: sudo apt-get install python-dev sudo apt-get install python-pip sudo pip install pyephem @@ -141,15 +141,15 @@ function showstartup(id) { sudo yum install python-cheetah sudo yum install python-imaging - # if using MySQL: - sudo yum install python-mysqldb - sudo yum install python-mysql-client - - # serial or USB, depending on hardware: + # required if hardware is serial or USB: sudo yum install pyserial sudo yum install pyusb - # for extended almanac information: + # required if using MySQL: + sudo yum install python-mysqldb + sudo yum install python-mysql-client + + # optional for extended almanac information: sudo yum install pyephem

@@ -162,15 +162,13 @@ function showstartup(id) { sudo yast -i python-imaging sudo yast -i python-devel sudo yast -i setuptools - - # install pip sudo pip install Cheetah - # serial or USB, depending on hardware: + # required if hardware is serial or USB: sudo yast -i pyserial sudo yast -i pyusb - # for extended almanac information: + # optional for extended almanac information: sudo pip install pyephem

@@ -182,11 +180,11 @@ function showstartup(id) { sudo pip install Cheetah sudo pip install pil - # serial or USB, depending on hardware: + # required if hardware is serial or USB: sudo pip install pyserial sudo pip install pyusb - # for extended almanac information: + # optional for extended almanac information: sudo pip install pyephem