Skip to content

Commit 06b1855

Browse files
committed
Merge remote-tracking branch 'origin/python2' into python2
2 parents cc3833e + 9bc9e62 commit 06b1855

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# python-pathfinding
22

3-
Pathfinding algorithms for python 3.
3+
Pathfinding algorithms for python 2 and 3.
44

55
Currently there are 7 path-finders bundled in this library, namely:
66

@@ -19,8 +19,6 @@ Dijkstra and A* take the weight of the fields on the map into account.
1919
![MIT License](https://img.shields.io/github/license/brean/python-pathfinding)
2020
![PyPI](https://img.shields.io/pypi/v/pathfinding)
2121

22-
*If you are still using python 2 take a look at the [python2-branch](https://github.com/brean/python-pathfinding/tree/python2).*
23-
2422
## Installation
2523

2624
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
172170
## Authors / Contributers
173171
Authors and contributers are [listed on github](https://github.com/brean/python-pathfinding/graphs/contributors).
174172

175-
Inspired by [Pathfinding.JS](https://github.com/qiao/PathFinding.js)
173+
Inspired by [Pathfinding.JS](https://github.com/qiao/PathFinding.js)

0 commit comments

Comments
 (0)