Skip to content

Commit

Permalink
Update links in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedov committed Sep 19, 2011
1 parent 95ff436 commit 1ed559c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Obtaining the Latest Software
-----------------------------
The latest version of the Time Encoding and Decoding Toolbox can be
downloaded from the `Bionet Code Repository
<http://bionet.ee.columbia.edu/code/>`_.
<http://bionet.github.com/>`_.

Prerequisites
-------------
Expand All @@ -21,11 +21,11 @@ been tested):
* `Cython <http://www.cython.org>`_ 0.11.2 or later.
* `Numpy <http://numpy.scipy.org>`_ 1.2.0 or later.
* `Scipy <http://www.scipy.org>`_ 0.7.0 or later.
* `Bionet Python Utilities <http://bionet.ee.columbia.edu/code>`_ 0.017 or later.
* `Bionet Python Utilities <http://github.com/bionet/utils.python/>`_ 0.017 or later.

To run the CUDA-dependent implementations, you will also need

* `NVIDIA CUDA Toolkit <www.nvidia.com/object/cuda_get.html>`_ 3.2 or later.
* `NVIDIA CUDA Toolkit <http://www.nvidia.com/object/cuda_get.html>`_ 3.2 or later.
* `PyCUDA <http://mathema.tician.de/software/pycuda>`_ 0.94.2 or later.
* `scikit.cuda <http://bionet.ee.columbia.edu/code>`_ 0.04 or later.

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include CHANGES INSTALL LICENSE PAPERS README
include AUTHORS CHANGES INSTALL LICENSE PAPERS README
recursive-include demos *.py
recursive-include doc *
exclude doc/source/*pgf*
Expand Down

0 comments on commit 1ed559c

Please sign in to comment.