Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
software:rewdivisi2 [2010/11/02 11:56]
eapontep
software:rewdivisi2 [2010/11/02 12:20]
eapontep
Line 8: Line 8:
   * [[http://csc.media.mit.edu/docs/_static/divisi_slides.pdf|Quick overview.]]   * [[http://csc.media.mit.edu/docs/_static/divisi_slides.pdf|Quick overview.]]
   * [[http://csc.media.mit.edu/docs/divisi2/|Documentation]]   * [[http://csc.media.mit.edu/docs/divisi2/|Documentation]]
 +  * **Note:** In a first run, Divisi2 didn't work.
 ==== Installation ==== ==== Installation ====
  
Line 13: Line 14:
   * To install:   * To install:
     - First install **pip**<file bash>sudo easy_install pip</file>      - First install **pip**<file bash>sudo easy_install pip</file> 
-    - Now install **Divisi2**<file bash>pip install divisi2 csc-pysparse</file> This command will also install pysparse (in case you don't have it).+    - This command will also install pysparse (in case you don't have it): <file bash>sudo pip install pysparse</file> 
 +    - Now install **Divisi2**<file bash>sudo pip install divisi2 csc-pysparse</file>