updated README

This commit is contained in:
alterNERDtive 2020-01-08 15:13:10 +01:00
parent 2c6695e9e6
commit 61f6051c20
2 changed files with 26 additions and 4 deletions

View file

@ -11,7 +11,18 @@ You probably want to install your distribution/OS package for Tkinter instead of
using pip. Then do the good old `pip install --user -r requirements.txt` or
`pip3 install --user -r requirements.txt`.
## edsm-getnearest.py ##
## Pre-Compiled Version (Windows) ##
If you check the
[releases](https://github.com/alterNERDtive/elite-scripts/releases) youll find
a .zip file with pre-compiled scripts that dont need Python installed. Mostly
a) for saving myself some hassle and b) because thats easier to distribute with
my
[VoiceAttack profiles](https://github.com/alterNERDtive/VoiceAttack-profiles).
## Scripts ##
### edsm-getnearest.py ###
```
usage: edsm-getnearest.py [-h] --system SYSTEM [--short] [--gui | --text]
@ -31,7 +42,7 @@ optional arguments:
--text explicitly give text output
```
## explorationtools.py ##
### explorationtools.py ###
```
usage: explorationtools.py [-h]

View file

@ -13,7 +13,18 @@ You probably want to install your distribution/OS package for Tkinter instead of
using pip. Then do the good old \`pip install --user -r requirements.txt\` or
\`pip3 install --user -r requirements.txt\`.
## edsm-getnearest.py ##
## Pre-Compiled Version (Windows) ##
If you check the
[releases](https://github.com/alterNERDtive/elite-scripts/releases) youll find
a .zip file with pre-compiled scripts that dont need Python installed. Mostly
a) for saving myself some hassle and b) because thats easier to distribute with
my
[VoiceAttack profiles](https://github.com/alterNERDtive/VoiceAttack-profiles).
## Scripts ##
### edsm-getnearest.py ###
\`\`\`
EOF
@ -21,7 +32,7 @@ EOF
cat >> README.md << EOF
\`\`\`
## explorationtools.py ##
### explorationtools.py ###
\`\`\`
EOF