Merge branch 'master' of https://github.com/annabunches/ed_tools
This commit is contained in:
commit
647bbe3ebd
|
@ -27,12 +27,17 @@ First, make sure you have the git submodules and the required python tools:
|
||||||
|
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
cd elite_api
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
cd ..
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r inara/requirements.txt
|
pip install -r elite_api/requirements.txt
|
||||||
|
|
||||||
Now, just run the script:
|
Now, just run the scripts:
|
||||||
|
|
||||||
./update_inara.py
|
./update_inara.py
|
||||||
|
./elite_info.py
|
||||||
|
|
||||||
### In Windows
|
### In Windows
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user