← Back to team overview

team4alfanous team mailing list archive

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

 

------------------------------------------------------------
revno: 354
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Wed 2012-10-03 21:22:07 +0300
message:
  Update src/alfanous/README.rst
  
  add pyparsing & pyqt to build dependencies
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-09-29 21:02:07 +0000
+++ src/alfanous/README.rst	2012-10-03 18:22:07 +0000
@@ -6,11 +6,16 @@
 -----
 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>`_.  
+#. run the build command:
+
 .. code-block:: sh
-
+    
     $ cd ../../
     $ make build
 
+
+
 For more details check  `Makefile <https://github.com/Alfanous-team/alfanous/blob/master/Makefile>`_