From adf883868e97cdbe6e56ab13dd8cc30c6d882b09 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Thu, 13 Feb 2020 16:42:29 +0100 Subject: [PATCH] Improves config section --- apps/cli/INSTALL.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/cli/INSTALL.md b/apps/cli/INSTALL.md index ccf7f90..80068e0 100644 --- a/apps/cli/INSTALL.md +++ b/apps/cli/INSTALL.md @@ -29,9 +29,7 @@ Python code can be also run as a module, to do you need to use `python -m`. From Notice that if you run `wt_cli` as a module, you'll need to replace all the calls to `python wt_cli.py ` to `python -m apps.cli.wt_cli ` -## Create a config file -You need to create a config file with the basic configuration parameters for `wt_cli`. To do so run: +## Modify configuration parameters +If you'd like to modify some of the configuration defaults (such as the user directory, where the logs and appointment receipts will be stored) you can do so in the config file located at: - cp /apps/cli/sample_conf.py /apps/cli/conf.py - -You can change any of the config options in `conf.py` after that, like the path to your user data directory. \ No newline at end of file + /apps/cli/conf.py \ No newline at end of file