From 9bc9e6266a748b291fb219283864cf351d612312 Mon Sep 17 00:00:00 2001 From: Andreas Date: Sat, 4 Mar 2023 12:27:40 +0100 Subject: [PATCH] Update README.md remove note on python2-branch if we are on the python2-branch --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff13a4b..66acb66 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # python-pathfinding -Pathfinding algorithms for python 3. +Pathfinding algorithms for python 2 and 3. Currently there are 7 path-finders bundled in this library, namely: @@ -19,8 +19,6 @@ Dijkstra and A* take the weight of the fields on the map into account. ![MIT License](https://img.shields.io/github/license/brean/python-pathfinding) ![PyPI](https://img.shields.io/pypi/v/pathfinding) -*If you are still using python 2 take a look at the [python2-branch](https://github.com/brean/python-pathfinding/tree/python2).* - ## Installation This library is provided by pypi, so you can just install the current stable version using pip: @@ -172,4 +170,4 @@ Andreas Bresser, self@andreasbresser.de ## Authors / Contributers Authors and contributers are [listed on github](https://github.com/brean/python-pathfinding/graphs/contributors). -Inspired by [Pathfinding.JS](https://github.com/qiao/PathFinding.js) \ No newline at end of file +Inspired by [Pathfinding.JS](https://github.com/qiao/PathFinding.js)