ED_LRR/README.md

18 lines
532 B
Markdown
Raw Normal View History

2019-06-05 23:17:00 +00:00
# Elite: Dangerous Long Range Router (Rust Version)
## Usage:
1. download `bodies.json` and `systemsWithCoordinates.json` from https://www.edsm.net/en/nightly-dumps/ and place them in the `dumps` folder
2. run `process.py` in the `dumps` folder
2019-06-16 23:51:37 +00:00
3. run `cargo install --path .` or `cargo install --git https://gitlab.com/Earthnuker/ed_lrr.git`
5. run `ed_lrr --help`
2019-06-05 23:17:00 +00:00
## Dependencies
- Python 3.7
- Pandas
- uJSON
- Working nightly Rust Compiler (tested with `rustc 1.37.0-nightly (5d8f59f4b 2019-06-04)`)
2019-06-05 23:15:49 +00:00
- ~8GB of free RAM