From 67c1e2efffdf8633e62c4ca971f7157dbe44f432 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Thu, 21 Jan 2016 14:50:26 -0500 Subject: [PATCH] Update readme. --- Readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index e1c9e7e..fa1170b 100644 --- a/Readme.md +++ b/Readme.md @@ -27,12 +27,17 @@ First, make sure you have the git submodules and the required python tools: git submodule init git submodule update + cd elite_api + git submodule init + git submodule update + cd .. 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 + ./elite_info.py ### In Windows