Skip to content

Commit

Permalink
Update README to have latest Python Grid URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Jan 27, 2015
1 parent bf8675f commit c291881
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ A package to allow you to easily create jobs on the cluster directly from
Python. You can directly map Python functions onto the cluster without needing
to write any wrapper code yourself.

This is the ETS fork of an older project called `Python Grid <https://github.com/cwidmer/pythongrid>`__. Unlike the older
This is the ETS fork of an older project called `Python Grid <https://github.com/pygridtools/pythongrid>`__. Unlike the older
version, it is Python 2/3 compatible. Another major difference is that you can
change the configuration via environment variables instead of having to modify
a Python file in your ``site-packages`` directory. We've also removed some
cruft and improved the reliability of some of the features.
a Python file in your ``site-packages`` directory. We've also fixed some bugs.

For some examples of how to use it, check out ``map_reduce.py`` (for a simple
example of how you can map a function onto the cluster) and ``manual.py`` (for
Expand Down

0 comments on commit c291881

Please sign in to comment.