diff --git a/README.md b/README.md index 8dff876..9a33826 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,9 @@ CynoMap A simple library to take a EVE API Corp Members output and work out the jump range between them, so for example, a cyno corp, you can work out all the jump routes available within the corporation. This is extremely experimental is nowhere complete. The maps are generated out in SVG format and a simple Flask container is included to allow maps to be generated as required for a specific lightyear distance. + +Requirements +------------ + +* Entity's EVE API module (pip install eveapi) +* Latest SDE extract from CCP diff --git a/requirements.txt b/requirements.txt index 4564b21..56ffdbd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ --e git+https://github.com/ntt/eveapi.git#egg=eveapi +eveapi