summaryrefslogtreecommitdiffstats
path: root/libraries/munkres/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/munkres/README')
-rw-r--r--libraries/munkres/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/libraries/munkres/README b/libraries/munkres/README
index bd6def1299..4d39e3319e 100644
--- a/libraries/munkres/README
+++ b/libraries/munkres/README
@@ -6,7 +6,6 @@ j-th job, and it figures out the least-cost solution, choosing a
single item from each row and column in the matrix, such that no row
and no column are used more than once.
-If you want to build this for use with Python 3.x (needs the
-optional dependency python3) pass the script PYTHON3=yes, like
-
- PYTHON3=yes ./munkres.SlackBuild
+If you want to build this for use with Python 2.x (needs the
+optional dependency python2) pass the script PYTHON2=yes, like
+ PYTHON2=yes ./munkres.SlackBuild