From 3577bd1bfe202ee8c5c56c1d0e2d4630c288a29d Mon Sep 17 00:00:00 2001 From: Hamer Iboshi <hi15@inf.ufpr.br> Date: Fri, 20 Sep 2019 12:10:05 -0300 Subject: [PATCH] Update README.md --- README.md | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1392baa..1dc669e 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,35 @@ pip install -r requirements.txt ## Usage -### Set settings.py - -Set base url to the running API (local ex.: localhost:PORT): +### Configuring settings.py +Set base url to the running API. +Default route of LDE: ``` BASE_URL="https://simcaq.c3sl.ufpr.br/api/v1/" -``` \ No newline at end of file +``` +Local environment route: +``` +BASE_URL="localhost:PORT" +``` +### Command Instructions + +``` +usage: manage.py <command> [<args>] + +positional arguments: + command the command to run + +optional arguments: + -h, --help show this help message and exit + +available commands: + compare Compare multiple or one CSV route + save Save multiple or one CSV route + -h, --help show this help message and exit + --route ROUTE no description +``` + +### Saving route + +### Compare routes \ No newline at end of file -- GitLab