From e2e27d3e9cdce6c276c21451e18057f6f450fa5f Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Thu, 13 Feb 2020 16:23:00 +0100 Subject: [PATCH] Adds config file section to install --- apps/cli/INSTALL.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/cli/INSTALL.md b/apps/cli/INSTALL.md index 556df77..ccf7f90 100644 --- a/apps/cli/INSTALL.md +++ b/apps/cli/INSTALL.md @@ -27,4 +27,11 @@ Python code can be also run as a module, to do you need to use `python -m`. From python -m apps.cli.wt_cli -h -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 ` \ No newline at end of file +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: + + 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