Update Readme.
This commit is contained in:
parent
ce6851f9da
commit
2d59e17de2
27
Readme.md
27
Readme.md
|
@ -1,29 +1,13 @@
|
||||||
# Tools and scripts for Elite: Dangerous
|
# inara.cz updater
|
||||||
|
|
||||||
This package provides a collection of scripts I have found useful for Elite: Dangerous.
|
The inara updater will fetch your location and credit balance from E:D,
|
||||||
|
|
||||||
### update_inara.py
|
|
||||||
|
|
||||||
The most useful tool here! update_inara will fetch your location and credit balance from E:D,
|
|
||||||
and update your inara.cz profile automatically.
|
and update your inara.cz profile automatically.
|
||||||
|
|
||||||
|
## Usage
|
||||||
### elite_info.py
|
|
||||||
|
|
||||||
elite_info fetches the user's credit balance and current location from the E:D Companion API,
|
|
||||||
and prints this information. With --dump, it will print *everything* returned by the Companion API.
|
|
||||||
|
|
||||||
|
|
||||||
### FreePIE
|
|
||||||
|
|
||||||
This directory contains scripts used with the FreePIE software. See FreePIE/Readme.md for details.
|
|
||||||
|
|
||||||
|
|
||||||
## Using the Python Scripts
|
|
||||||
|
|
||||||
### In Windows
|
### In Windows
|
||||||
|
|
||||||
Download and run the latest update_inara.exe from the [releases page](https://github.com/annabunches/ed_tools/releases/latest).
|
Download and run the latest inara_updater.exe from the [releases page](https://github.com/annabunches/inara_updater/releases/latest).
|
||||||
|
|
||||||
|
|
||||||
### In Linux
|
### In Linux
|
||||||
|
@ -39,7 +23,6 @@ First, make sure you have the git submodules and the required python tools:
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r elite_api/requirements.txt
|
pip install -r elite_api/requirements.txt
|
||||||
|
|
||||||
Now, just run the scripts:
|
Now, just run the script:
|
||||||
|
|
||||||
./update_inara.py
|
./update_inara.py
|
||||||
./elite_info.py
|
|
||||||
|
|
Reference in New Issue
Block a user