← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 356: Update src/alfanous/README.rst

 

------------------------------------------------------------
revno: 356
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Thu 2012-10-04 16:39:26 +0200
message:
  Update src/alfanous/README.rst
modified:
  src/alfanous/README.rst


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'src/alfanous/README.rst'
--- src/alfanous/README.rst	2012-10-03 18:32:07 +0000
+++ src/alfanous/README.rst	2012-10-04 14:39:26 +0000
@@ -6,15 +6,18 @@
 -----
 The API uses many critical resources that must be downloaded and/or prepared to be used. To do that, just run this command in the root path of the project
 
-#. Install all building dependencies: `pyparsing <http://aminenacer.blogspot.com/2012/10/mon-voyage-akfadou-deuxieme-partie.html>`_, `pyqt4 <http://www.riverbankcomputing.co.uk/software/pyqt/download>`_.  
+#. Install all building dependencies: `pyparsing <http://aminenacer.blogspot.com/2012/10/mon-voyage-akfadou-deuxieme-partie.html>`_, `pyqt4-dev-tools <http://www.riverbankcomputing.co.uk/software/pyqt/download>`_.  
    
    * (ubuntu 12.04): 
       
      .. code-block:: sh
      
-        $ sudo apt-get install python-qt4 python-distutils
+        $ sudo apt-get install python-qt4 qt4-dev-tools python-qt4-dev pyqt4-dev-tools python-distutils
         $ sudo easy_install pyparsing
 
+
+
+
 #. Run the build command:
 
    .. code-block:: sh