We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528dd88 commit 0f828a2Copy full SHA for 0f828a2
1 file changed
README.md
@@ -15,6 +15,15 @@ Dijkstra and A* take the weight of the fields on the map into account.
15
[](https://travis-ci.org/brean/python-pathfinding)
16
[](https://coveralls.io/github/brean/python-pathfinding?branch=master)
17
18
+Installation
19
+------------
20
+This library is provided by pypi, so you can just install the current stable version using pip:
21
+```
22
+pip install pathfinding
23
24
+
25
+see https://pypi.org/project/pathfinding/
26
27
usage example
28
-------------
29
A simple usage example to find a path using A*.
0 commit comments