Skip to content

Commit

Permalink
updated installation steps. Added networkx just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelma committed Jul 2, 2012
1 parent c6d2418 commit 1c8877a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Installation
Dependencies
~~~~~~~~~~~~

**python-recsys** is build on top of `Divisi2`_, with csc-pysparse (Divisi2 also requires `NumPy`_).
**python-recsys** is build on top of `Divisi2`_, with csc-pysparse (Divisi2 also requires `NumPy`_, and uses Networkx).

.. _`Divisi2`: http://csc.media.mit.edu/docs/divisi2/install.html
.. _`NumPy`: http://numpy.scipy.org
Expand All @@ -19,15 +19,15 @@ To install the dependencies do something like this (Ubuntu):
sudo apt-get install python-scipy python-numpy
sudo apt-get install python-pip
sudo pip install csc-pysparse divisi2
sudo pip install csc-pysparse networkx divisi2
# If you don't have pip installed
# (i.e. the last command, sudo pip install divisi2 csc-pysparse, fails)
# then do:
# sudo easy_install csc-pysparse
# sudo easy_install networkx
# sudo easy_install divisi2
.. note::
If you get an error like this one while compiling csc-pysparse:

Expand Down

0 comments on commit 1c8877a

Please sign in to comment.