Skip to content

Commit c291881

Browse files
committed
Update README to have latest Python Grid URL
1 parent bf8675f commit c291881

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ A package to allow you to easily create jobs on the cluster directly from
2323
Python. You can directly map Python functions onto the cluster without needing
2424
to write any wrapper code yourself.
2525

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

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

0 commit comments

Comments
 (0)