From d31eec7033f8a511a450f966b35866ed7570f8fb Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 21 Jul 2017 10:34:56 +0800 Subject: README.rst: update "development" section with DEBUG info Signed-off-by: Aaron LI --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index e4bf1c1..015031b 100644 --- a/README.rst +++ b/README.rst @@ -95,12 +95,15 @@ Installation Development ----------- To ease development and tests, you may want to install this package in -an **editable state**, instead of using the *virtual environment*:: +an **editable state**:: $ cd fg21sim/ $ pip3 install --user -r requirements.txt $ pip3 install --editable . +In addition, setting the environment variable ``DEBUG_FG21SIM`` forces +this package running with ``DEBUG`` logging level. + Documentations -------------- -- cgit v1.2.2