updated README with pyEDSM’s requirements

That will aaaaall go away once I decide to properly package that …
This commit is contained in:
alterNERDtive 2020-01-13 21:33:54 +01:00
parent 37555b0a2e
commit 355b53c24c
2 changed files with 8 additions and 4 deletions

View file

@ -8,8 +8,10 @@
* Tkinter
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`.
using pip. Then do the good old `pip install --user -r requirements.txt`.
Youll also need to install pyEDSMs dependencies:
`pip install --user -r pyEDSM/requirements.txt`
## Pre-Compiled Version (Windows) ##

View file

@ -10,8 +10,10 @@ cat > README.md << EOF
* Tkinter
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\`.
using pip. Then do the good old \`pip install --user -r requirements.txt\`.
Youll also need to install pyEDSMs dependencies:
\`pip install --user -r pyEDSM/requirements.txt\`
## Pre-Compiled Version (Windows) ##