File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
# python-pathfinding
2
2
3
- Pathfinding algorithms for python 3.
3
+ Pathfinding algorithms for python 2 and 3.
4
4
5
5
Currently there are 7 path-finders bundled in this library, namely:
6
6
@@ -19,8 +19,6 @@ Dijkstra and A* take the weight of the fields on the map into account.
19
19
![ MIT License] ( https://img.shields.io/github/license/brean/python-pathfinding )
20
20
![ PyPI] ( https://img.shields.io/pypi/v/pathfinding )
21
21
22
- * If you are still using python 2 take a look at the [ python2-branch] ( https://github.com/brean/python-pathfinding/tree/python2 ) .*
23
-
24
22
## Installation
25
23
26
24
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
172
170
## Authors / Contributers
173
171
Authors and contributers are [ listed on github] ( https://github.com/brean/python-pathfinding/graphs/contributors ) .
174
172
175
- Inspired by [ Pathfinding.JS] ( https://github.com/qiao/PathFinding.js )
173
+ Inspired by [ Pathfinding.JS] ( https://github.com/qiao/PathFinding.js )
You can’t perform that action at this time.
0 commit comments