Skip to content

Commit 0f828a2

Browse files
authored
add installation note
1 parent 528dd88 commit 0f828a2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ Dijkstra and A* take the weight of the fields on the map into account.
1515
[![Build Status](https://travis-ci.org/brean/python-pathfinding.svg?branch=master)](https://travis-ci.org/brean/python-pathfinding)
1616
[![Coverage Status](https://coveralls.io/repos/github/brean/python-pathfinding/badge.svg?branch=master)](https://coveralls.io/github/brean/python-pathfinding?branch=master)
1717

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+
1827
usage example
1928
-------------
2029
A simple usage example to find a path using A*.

0 commit comments

Comments
 (0)